[Lsb-messages] /var/www/bzr/lsb/devel/puppet-lsb r633: Add php-curl to standard PHP install.

Jeff Licquia licquia at linuxfoundation.org
Sat Oct 4 22:16:48 UTC 2014


------------------------------------------------------------
revno: 633
committer: Jeff Licquia <licquia at linuxfoundation.org>
branch nick: puppet-lsb
timestamp: Sat 2014-10-04 18:16:48 -0400
message:
  Add php-curl to standard PHP install.
modified:
  modules/php/manifests/init.pp
-------------- next part --------------
=== modified file 'modules/php/manifests/init.pp'
--- a/modules/php/manifests/init.pp	2014-06-10 15:02:04 +0000
+++ b/modules/php/manifests/init.pp	2014-10-04 22:16:48 +0000
@@ -13,6 +13,7 @@
                 'apache2-mod_php5': ensure => installed;
                 'php5-ldap': ensure => installed;
                 'php5-mysql': ensure => installed;
+                'php5-curl': ensure => installed;
             }
 
             file { '/etc/php5/apache2/php.ini':



More information about the lsb-messages mailing list