From: Luca Filipozzi Date: Tue, 17 Apr 2012 23:32:02 +0000 (+0000) Subject: fix typo in drbd ferm rule X-Git-Url: https://git.donarmstrong.com/?p=dsa-puppet.git;a=commitdiff_plain;h=83f14aaf89b77bb64cac65f9c455062bd3fc4c74 fix typo in drbd ferm rule --- diff --git a/modules/ganeti2/manifests/init.pp b/modules/ganeti2/manifests/init.pp index 8630c130..3605b583 100644 --- a/modules/ganeti2/manifests/init.pp +++ b/modules/ganeti2/manifests/init.pp @@ -24,7 +24,7 @@ class ganeti2 { @ferm::rule { 'dsa-drbd-v4': description => 'Allow ganeti from ganeti master', - rule => 'proto tcp mod state state (NEW) dport (11000:11999) @subchain \'drbd\' { saddr ($HOST_DRBD_V4) daddr ($HOST_DRBD_4) ACCEPT; }', + rule => 'proto tcp mod state state (NEW) dport (11000:11999) @subchain \'drbd\' { saddr ($HOST_DRBD_V4) daddr ($HOST_DRBD_V4) ACCEPT; }', notarule => true, } }