From: Silvio Rhatto Date: Sat, 19 Jan 2013 18:18:57 +0000 (-0200) Subject: Oops X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=6f030877af936002d1463ab4d3b1768a1fc89ded;p=puppet-drupal.git Oops --- diff --git a/manifests/init.pp b/manifests/init.pp index 7a9f4c5..287590e 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -1,6 +1,6 @@ class drupal( - $folder = "${apache::www_folder}/drupal" - $sites_folder = "${apache::sites_folder}" + $folder = "${apache::www_folder}/drupal", + $sites_folder = "${apache::sites_folder}", $www_folder = "${apache::sites_www_folder}" ) { include pear