From: Stephen Gran Date: Mon, 16 Apr 2012 12:39:30 +0000 (+0100) Subject: the right module name helps X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=6e991e41c587e8e276825afaa174d6420c1d4e9d;hp=5ea37807b322b81a3da0a113f54c2fbeb0efc0ee;p=dsa-puppet.git the right module name helps Signed-off-by: Stephen Gran --- diff --git a/modules/buildd/manifests/init.pp b/modules/buildd/manifests/init.pp index 8f2065de..79065a17 100644 --- a/modules/buildd/manifests/init.pp +++ b/modules/buildd/manifests/init.pp @@ -17,7 +17,7 @@ class buildd { } site::linux_module { 'dm_snapshot': } - ferm::module { 'ftp_conntrack': } + ferm::module { 'nf_conntrack_ftp': } site::aptrepo { 'buildd': ensure => absent,