From: Silvio Rhatto Date: Sat, 19 Jan 2013 18:23:19 +0000 (-0200) Subject: Forcing defaults X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=4df106b8553006b3cc36822e2d36b26d0eb7ae8a;p=puppet-drupal.git Forcing defaults --- diff --git a/manifests/init.pp b/manifests/init.pp index 287590e..ac04fc4 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -1,7 +1,7 @@ class drupal( - $folder = "${apache::www_folder}/drupal", - $sites_folder = "${apache::sites_folder}", - $www_folder = "${apache::sites_www_folder}" + $folder = '/var/www/data/drupal', + $sites_folder = '/var/sites', + $www_folder = '/var/www/data' ) { include pear