diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2015-09-21 15:19:33 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2015-09-21 15:19:33 -0300 |
commit | a6f2ab33d9db49ec94d02d4d9ad1daa4c1a01f0b (patch) | |
tree | 3c8f2283bb09ab2fd58cead42f218005f4d44609 | |
parent | 7875bf02c612e1e48e061fbbddd4fb274a9201d9 (diff) | |
download | puppet-php-a6f2ab33d9db49ec94d02d4d9ad1daa4c1a01f0b.tar.gz puppet-php-a6f2ab33d9db49ec94d02d4d9ad1daa4c1a01f0b.tar.bz2 |
Do not depend on pear
-rw-r--r-- | manifests/init.pp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/manifests/init.pp b/manifests/init.pp index 55c1b14..83c99fc 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -17,8 +17,6 @@ # along with this program. If not, see <http://www.gnu.org/licenses/>. class php { - include pear - # The needed packages: we could also try libapache2-mod-php5filter package { [ 'php5', 'php5-mysql', 'php5-cli', 'php5-curl', 'php5-gmp', 'libapache2-mod-php5' ]: ensure => installed, |