From 571bbc5216b80239cdc76c7a17b9c45a2a2d9738 Mon Sep 17 00:00:00 2001 From: Martin Zobel-Helas Date: Mon, 18 Jan 2010 21:53:26 +0100 Subject: [PATCH] single quotes --- modules/nagios/manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/nagios/manifests/init.pp b/modules/nagios/manifests/init.pp index 54558f03..70e08658 100644 --- a/modules/nagios/manifests/init.pp +++ b/modules/nagios/manifests/init.pp @@ -4,7 +4,7 @@ class nagios { } ferm::rule { "dsa-nagios": description => "Allow nrpe from spohr.debian.org", - rule => "proto tcp dport 5666 saddr $HOST_NAGIOS ACCEPT", + rule => 'proto tcp dport 5666 saddr $HOST_NAGIOS ACCEPT', prio => "03" } } -- 2.39.2