execute "1st apt-get update" do command "apt-get update" end package "python-software-properties" do action [:install, :upgrade] end execute "add ppa:ondrej/php5-oldstable" do command "add-apt-repository ppa:ondrej/php5-oldstable" end execute "apt-get" do command "apt-get update" end packages = %w{git subversion nginx php5 php5-mysql php5-curl php5-cli php5-fpm php-pear mysql-server curl imagemagi