summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-01-19 16:23:31 -0200
committerSilvio Rhatto <rhatto@riseup.net>2013-01-19 16:23:31 -0200
commit4b6614d4c7afc5bc84a567fe2f7ac82d9c7e7408 (patch)
tree6e01bab61de25e22285555c60b9feadfad0da01b
parentbdc4c8b05c52b0bb3695047f3b21333e66eab27c (diff)
downloadpuppet-hotglue-4b6614d4c7afc5bc84a567fe2f7ac82d9c7e7408.tar.gz
puppet-hotglue-4b6614d4c7afc5bc84a567fe2f7ac82d9c7e7408.tar.bz2
Forcing defaults
-rw-r--r--manifests/init.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index dd39e37..5d3db91 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -1,5 +1,5 @@
class hotglue(
- $folder = ${apache::www_folder}
+ $folder = '/var/www/data'
) {
vcsrepo { "${folder}/hotglue2":