From: Martin Zobel-Helas Date: Mon, 18 Jan 2010 20:43:59 +0000 (+0100) Subject: single quotes X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=974e6b6f6420439a2c110a6af801a16181e10dea;p=dsa-puppet.git single quotes --- diff --git a/modules/munin-node/manifests/init.pp b/modules/munin-node/manifests/init.pp index c3b4a123..79eaa626 100644 --- a/modules/munin-node/manifests/init.pp +++ b/modules/munin-node/manifests/init.pp @@ -77,7 +77,7 @@ class munin-node { } ferm::rule { "dsa-munin": description => "Allow munin-node from spohr.debian.org", - rule => "proto tcp dport 4949 saddr $HOST_MUNIN ACCEPT", + rule => 'proto tcp dport 4949 saddr $HOST_MUNIN ACCEPT', prio => "02" } }