projects
/
mirror
/
dsa-puppet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3a01610
)
Ensure we get string interpolation for director address
author
Tollef Fog Heen
<tfheen@err.no>
Sat, 16 Jun 2012 11:04:12 +0000
(13:04 +0200)
committer
Tollef Fog Heen
<tfheen@err.no>
Sat, 16 Jun 2012 11:04:12 +0000
(13:04 +0200)
modules/bacula/manifests/client.pp
patch
|
blob
|
history
diff --git
a/modules/bacula/manifests/client.pp
b/modules/bacula/manifests/client.pp
index
4cbe24c
..
9b4894b
100644
(file)
--- 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; }"
,
}
}