diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-01-26 15:35:36 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-01-26 15:35:36 -0200 |
commit | 6f517a0fc2d2c29596d13c75b2a132bce10d57a8 (patch) | |
tree | e46b532ca63bc61b3b5a1ac7aaefff1605338679 | |
parent | c1583e76ba03cbbbdded152bf28e44c660090871 (diff) | |
download | puppet-bootstrap-6f517a0fc2d2c29596d13c75b2a132bce10d57a8.tar.gz puppet-bootstrap-6f517a0fc2d2c29596d13c75b2a132bce10d57a8.tar.bz2 |
Updating website variables
-rw-r--r-- | templates/puppet/websites.pp.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/puppet/websites.pp.erb b/templates/puppet/websites.pp.erb index 8744a6f..622c6c9 100644 --- a/templates/puppet/websites.pp.erb +++ b/templates/puppet/websites.pp.erb @@ -1,7 +1,7 @@ class websites::admin inherits websites::hosting::admin { #apache::site { "admin": # ticket => '64', - # docroot => "${apache_sites_folder}/admin/trac/htdocs", + # docroot => "${apache::sites_folder}/admin/trac/htdocs", # use => [ "Trac admin" ], # redirect_match => "trac", # mpm => false, |