diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2015-09-21 15:19:12 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2015-09-21 15:19:12 -0300 |
commit | c6fa267f576ea070bd69bc411800e6fc5c0d5cb3 (patch) | |
tree | e585e7008c6c7e99acbe7ba891791c741e192fb3 | |
parent | 672ce0d9111939cc28e909fbcc56802c5b82f765 (diff) | |
download | puppet-drupal-c6fa267f576ea070bd69bc411800e6fc5c0d5cb3.tar.gz puppet-drupal-c6fa267f576ea070bd69bc411800e6fc5c0d5cb3.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 9f283a7..7f74cb8 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -3,8 +3,6 @@ class drupal( $sites_folder = '/var/sites', $www_folder = '/var/www/data' ) { - include pear - # We use drupal source from upstream package { "drupal6": ensure => absent, |