diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-01-19 16:23:41 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-01-19 16:23:41 -0200 |
commit | a233e6b7fa79567ff30b43511e8ee847a883b36a (patch) | |
tree | d5775c11cc5f37bcc4e0a3b3d129e030fcd7effb /manifests | |
parent | f1d3d0c1f56967b61410d688bdb77bd6aa5ae1da (diff) | |
download | puppet-pmwiki-a233e6b7fa79567ff30b43511e8ee847a883b36a.tar.gz puppet-pmwiki-a233e6b7fa79567ff30b43511e8ee847a883b36a.tar.bz2 |
Forcing defaults
Diffstat (limited to 'manifests')
-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 a402e9e..3d06613 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -1,5 +1,5 @@ class pmwiki( - $www_folder = ${apache_www_folder} + $www_folder = '/var/www/data' ) { file { "/usr/local/sbin/pmwiki": |