From 6872c12233cda9e6e58dceedbb118ea30c655c63 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Thu, 3 Oct 2013 14:09:18 -0300 Subject: Adding cgi parameter to ikiwiki::instance --- manifests/instance.pp | 1 + 1 file changed, 1 insertion(+) (limited to 'manifests') diff --git a/manifests/instance.pp b/manifests/instance.pp index ac44fb2..a059465 100644 --- a/manifests/instance.pp +++ b/manifests/instance.pp @@ -10,6 +10,7 @@ define ikiwiki::instance( $protocol = 'https', $owner = $name, $group = $name, + $cgi = '1', ) { case $ensure { 'present': { -- cgit v1.2.3