diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-01-19 16:23:49 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-01-19 16:23:49 -0200 |
commit | 805f41e4ce8cccca49ad847bab51ad3f6d3cd0fc (patch) | |
tree | 707f351a942fbd16749ec41eb212d1aaca8ca1fa | |
parent | b1313ab42a83c926cccb724a322285044e02271c (diff) | |
download | puppet-wordpress-805f41e4ce8cccca49ad847bab51ad3f6d3cd0fc.tar.gz puppet-wordpress-805f41e4ce8cccca49ad847bab51ad3f6d3cd0fc.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 a433910..a9fb9fc 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -1,5 +1,5 @@ class wordpress( - $folder = ${apache::www_folder}, + $folder = '/var/www/data', $locale = '' ) { |