diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-01-19 16:23:31 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-01-19 16:23:31 -0200 |
commit | 4b6614d4c7afc5bc84a567fe2f7ac82d9c7e7408 (patch) | |
tree | 6e01bab61de25e22285555c60b9feadfad0da01b | |
parent | bdc4c8b05c52b0bb3695047f3b21333e66eab27c (diff) | |
download | puppet-hotglue-4b6614d4c7afc5bc84a567fe2f7ac82d9c7e7408.tar.gz puppet-hotglue-4b6614d4c7afc5bc84a567fe2f7ac82d9c7e7408.tar.bz2 |
Forcing defaults
-rw-r--r-- | manifests/init.pp | 2 |
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": |