start ferm config with a 00-init and start SSH*SOURCES there
[mirror/dsa-puppet.git] / modules / ferm / manifests / init.pp
index 23dfc2a..06bafa9 100644 (file)
@@ -80,6 +80,10 @@ class ferm {
                content => template('ferm/ferm.conf.erb'),
                notify  => Service['ferm'],
        }
+       file { '/etc/ferm/conf.d/00-init.conf':
+               content => template('ferm/00-init.conf.erb'),
+               notify  => Service['ferm'],
+       }
        file { '/etc/ferm/conf.d/me.conf':
                content => template('ferm/me.conf.erb'),
                notify  => Service['ferm'],