diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-06-28 13:54:03 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-06-28 13:54:03 -0300 |
commit | e07ac81ce5229ec61b18b428547a4f8404c3bff4 (patch) | |
tree | ae20517f939bedfd4746a0e6590666b049f1bf92 /manifests | |
parent | a233e6b7fa79567ff30b43511e8ee847a883b36a (diff) | |
download | puppet-pmwiki-e07ac81ce5229ec61b18b428547a4f8404c3bff4.tar.gz puppet-pmwiki-e07ac81ce5229ec61b18b428547a4f8404c3bff4.tar.bz2 |
Adding pmwiki install command
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/init.pp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/manifests/init.pp b/manifests/init.pp index 3d06613..2c6ddac 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -1,4 +1,5 @@ class pmwiki( + $sites_folder = '/var/sites', $www_folder = '/var/www/data' ) { |