From a531fb25c9411bc97e4a159445ce4b0a2a66b5aa Mon Sep 17 00:00:00 2001 From: Tollef Fog Heen Date: Sat, 16 Jun 2012 13:04:12 +0200 Subject: [PATCH] Ensure we get string interpolation for director address --- modules/bacula/manifests/client.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/bacula/manifests/client.pp b/modules/bacula/manifests/client.pp index 4cbe24c8c..9b4894be9 100644 --- a/modules/bacula/manifests/client.pp +++ b/modules/bacula/manifests/client.pp @@ -33,6 +33,6 @@ class bacula::client inherits bacula { @ferm::rule { 'dsa-bacula-fd': domain => '(ip ip6)', description => 'Allow bacula access from storage and director', - rule => 'proto tcp mod state state (NEW) dport (bacula-fd) @subchain \'bacula\' { saddr ($bacula_director_address) ACCEPT; }', + rule => "proto tcp mod state state (NEW) dport (bacula-fd) @subchain \'bacula\' { saddr ($bacula_director_address) ACCEPT; }", } } -- 2.20.1