From 974e6b6f6420439a2c110a6af801a16181e10dea Mon Sep 17 00:00:00 2001 From: Martin Zobel-Helas Date: Mon, 18 Jan 2010 21:43:59 +0100 Subject: [PATCH] single quotes --- modules/munin-node/manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" } } -- 2.39.2