Skip to content

Instantly share code, notes, and snippets.

@fideloper
Forked from philsturgeon/default.rb
Created May 7, 2013 15:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fideloper/5533609 to your computer and use it in GitHub Desktop.
Save fideloper/5533609 to your computer and use it in GitHub Desktop.
# Use PHP 5.4
apt_repository "php54" do
uri "http://ppa.launchpad.net/ondrej/php5/ubuntu"
distribution node['lsb']['codename']
components ["main"]
keyserver "keyserver.ubuntu.com"
key "E5267A6C"
end
@fideloper
Copy link
Author

Add to php/recipes/default.rb

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment