From 83f14aaf89b77bb64cac65f9c455062bd3fc4c74 Mon Sep 17 00:00:00 2001 From: Luca Filipozzi Date: Tue, 17 Apr 2012 23:32:02 +0000 Subject: [PATCH] fix typo in drbd ferm rule --- modules/ganeti2/manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, } } -- 2.39.2