summaryrefslogtreecommitdiff
path: root/templates/site.conf
diff options
context:
space:
mode:
authorEwoud Kohl van Wijngaarden <ewoud@kohlvanwijngaarden.nl>2013-06-03 14:24:20 +0200
committerEwoud Kohl van Wijngaarden <ewoud@kohlvanwijngaarden.nl>2013-06-03 14:25:56 +0200
commit02a8971459a201b9165909593c250122b0c06c1b (patch)
tree76ecdd622435e4989a104cde2042aab9e9db288f /templates/site.conf
parenteb8089cd99b9aacdb6af9da4704dce3a3ef7d299 (diff)
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