diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-01-19 16:11:13 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-01-19 16:11:13 -0200 |
commit | b1313ab42a83c926cccb724a322285044e02271c (patch) | |
tree | 68542bbc0912d11623adf05b5d57ba2692e0f3f7 /templates | |
parent | e7a621dbfecc2c04bda844faf4be07e7a3655972 (diff) | |
download | puppet-wordpress-b1313ab42a83c926cccb724a322285044e02271c.tar.gz puppet-wordpress-b1313ab42a83c926cccb724a322285044e02271c.tar.bz2 |
Upgrading for 2.7 compatibility --config
Diffstat (limited to 'templates')
-rw-r--r-- | templates/wordpress.sh.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/wordpress.sh.erb b/templates/wordpress.sh.erb index 41d739f..826dc82 100644 --- a/templates/wordpress.sh.erb +++ b/templates/wordpress.sh.erb @@ -3,7 +3,7 @@ # wordpress management script. # -BASE="<%= wordpress_folder %>" +BASE="<%= folder %>" LOCALE="<%= real_wordpress_locale %>" # Set alternative base |