From: Silvio Rhatto Date: Fri, 28 Jun 2013 17:22:40 +0000 (-0300) Subject: Scaping config file X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=f4f16d2cb85b356061b5036d7917667b40d5493d;p=puppet-pmwiki.git Scaping config file --- diff --git a/templates/pmwiki.sh.erb b/templates/pmwiki.sh.erb index 8a4b77f..429b881 100644 --- a/templates/pmwiki.sh.erb +++ b/templates/pmwiki.sh.erb @@ -135,8 +135,8 @@ EOF cat > $SITES/$site/wiki/local/config.php <<-EOF "; -$EnablePathInfo = 1; +\$ScriptUrl = "https://$site.<%= domain %>"; +\$EnablePathInfo = 1; EOF }