From 805f41e4ce8cccca49ad847bab51ad3f6d3cd0fc Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sat, 19 Jan 2013 16:23:49 -0200 Subject: Forcing defaults --- manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = '' ) { -- cgit v1.2.3