Skip to content

Instantly share code, notes, and snippets.

@smerrill
Created November 28, 2011 18:53
Show Gist options
  • Save smerrill/1401514 to your computer and use it in GitHub Desktop.
Save smerrill/1401514 to your computer and use it in GitHub Desktop.
include pear
# If no version number is supplied, the latest stable release will be
# installed. In this case, upgrade PEAR to 1.9.2+ so it can use
# pear.drush.org without complaint.
pear::package { "PEAR": }
pear::package { "Console_Table": }
# Version numbers are supported.
pear::package { "drush":
version => "4.5.0",
repository => "pear.drush.org",
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment