diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-01-19 16:06:17 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-01-19 16:06:17 -0200 |
commit | f1d3d0c1f56967b61410d688bdb77bd6aa5ae1da (patch) | |
tree | f6fb51e7a8937db3474397f4a43ad42bb5f11fc2 /templates | |
parent | 589373257c1d7fd8e864bbdad2c2085ea91f768c (diff) | |
download | puppet-pmwiki-f1d3d0c1f56967b61410d688bdb77bd6aa5ae1da.tar.gz puppet-pmwiki-f1d3d0c1f56967b61410d688bdb77bd6aa5ae1da.tar.bz2 |
Upgrading for 2.7 compatibility --config
Diffstat (limited to 'templates')
-rw-r--r-- | templates/pmwiki.sh.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/pmwiki.sh.erb b/templates/pmwiki.sh.erb index 4b1e9dc..204916e 100644 --- a/templates/pmwiki.sh.erb +++ b/templates/pmwiki.sh.erb @@ -3,7 +3,7 @@ # pmwiki management script. # -BASE="<%= apache_www_folder %>" +BASE="<%= scope.lookupvar('pmwiki::www_folder') %>" # Check for existing installations function pmwiki_check_existing { |