From: Martin Zobel-Helas Date: Mon, 18 Jan 2010 20:53:26 +0000 (+0100) Subject: single quotes X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=571bbc5216b80239cdc76c7a17b9c45a2a2d9738;p=mirror%2Fdsa-puppet.git single quotes --- diff --git a/modules/nagios/manifests/init.pp b/modules/nagios/manifests/init.pp index 54558f031..70e08658a 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" } }