X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=modules%2Fganeti2%2Fmanifests%2Finit.pp;h=79a2ba16a608b75334f94774a3255288d40d8bec;hb=2bb51a5d76d106f4ea097f5a075e24a848de5bd5;hp=436c0dd412f30dddcbaf1ca7136d50510fa8a325;hpb=56c5c3bcd745521a300368bbb42c87960d37c803;p=dsa-puppet.git diff --git a/modules/ganeti2/manifests/init.pp b/modules/ganeti2/manifests/init.pp index 436c0dd4..79a2ba16 100644 --- a/modules/ganeti2/manifests/init.pp +++ b/modules/ganeti2/manifests/init.pp @@ -36,7 +36,7 @@ class ganeti2 { @ferm::rule { 'dsa-drbd-v4': description => 'allow drbd communication', - rule => 'proto tcp mod state state (NEW) dport (11000:11999) @subchain \'drbd\' { saddr ($HOST_DRBD_V4) daddr ($HOST_DRBD_V4) ACCEPT; }', + rule => 'proto tcp mod state state (NEW) dport (11000:11999) @subchain \'drbd\' { saddr ($HOST_GANETI_BACKEND_V4) daddr ($HOST_GANETI_BACKEND_V4) ACCEPT; }', notarule => true, } }