Skip to content
This repository has been archived by the owner on Jul 29, 2019. It is now read-only.

Commit

Permalink
install php curl extension
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Steur committed Sep 2, 2012
1 parent 9a8b7c5 commit dcadee3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions manifests/php.pp
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

include php

php::module { ['snmp', 'xdebug', 'mysql', 'gd', 'sqlite', 'memcache', 'mcrypt', 'imagick', 'geoip', 'uuid', 'recode', 'cgi']:
php::module { ['snmp', 'curl', 'xdebug', 'mysql', 'gd', 'sqlite', 'memcache', 'mcrypt', 'imagick', 'geoip', 'uuid', 'recode', 'cgi']:
require => Class["php::install", "php::config"],
}

Expand Down Expand Up @@ -67,4 +67,4 @@
# pear upgrade-all
# pear install --alldeps phpunit/PHPUnit

}
}

0 comments on commit dcadee3

Please sign in to comment.