aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-01-19 16:18:57 -0200
committerSilvio Rhatto <rhatto@riseup.net>2013-01-19 16:18:57 -0200
commit6f030877af936002d1463ab4d3b1768a1fc89ded (patch)
treefe8a9110cfbba3edc68e62fc8bf62412a149052d
parentade34cd0124bd2eb3c28605d73bf4b62ca405a08 (diff)
downloadpuppet-drupal-6f030877af936002d1463ab4d3b1768a1fc89ded.tar.gz
puppet-drupal-6f030877af936002d1463ab4d3b1768a1fc89ded.tar.bz2
Oops
-rw-r--r--manifests/init.pp4
1 files changed, 2 insertions, 2 deletions
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