From: Silvio Rhatto Date: Sat, 19 Jan 2013 18:23:49 +0000 (-0200) Subject: Forcing defaults X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=805f41e4ce8cccca49ad847bab51ad3f6d3cd0fc;p=puppet-wordpress.git Forcing defaults --- 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 = '' ) {