]> gitweb.fluxo.info Git - puppet-drupal.git/commitdiff
Forcing defaults
authorSilvio Rhatto <rhatto@riseup.net>
Sat, 19 Jan 2013 18:23:19 +0000 (16:23 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Sat, 19 Jan 2013 18:23:19 +0000 (16:23 -0200)
manifests/init.pp

index 287590e06ba9db3eb12b8b5dae2df6d8f1f9953d..ac04fc42aedb6fac1e5e436827247536a9a44fe8 100644 (file)
@@ -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