aboutsummaryrefslogtreecommitdiff
path: root/manifests/init.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/init.pp')
-rw-r--r--manifests/init.pp2
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,