summaryrefslogtreecommitdiff
path: root/templates/site.conf
diff options
context:
space:
mode:
authorduritong <peter.meier+github@immerda.ch>2013-06-03 13:40:40 -0700
committerduritong <peter.meier+github@immerda.ch>2013-06-03 13:40:40 -0700
commit9853b7286eb2342e2abf30369df2bf265b7c9a0e (patch)
tree76ecdd622435e4989a104cde2042aab9e9db288f /templates/site.conf
parenteb8089cd99b9aacdb6af9da4704dce3a3ef7d299 (diff)
parent02a8971459a201b9165909593c250122b0c06c1b (diff)
Merge pull request #13 from oxilion/puppet-3.2-compat
Use @var style for puppet 3.2 compatibility
Diffstat (limited to 'templates/site.conf')
-rw-r--r--templates/site.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/site.conf b/templates/site.conf
index 52ddb53..842bde0 100644
--- a/templates/site.conf
+++ b/templates/site.conf
@@ -1,5 +1,5 @@
<VirtualHost *>
- ServerName <%= name %>
+ ServerName <%= @name %>
DocumentRoot /var/cache/munin/www/
<Location />
order allow,deny