X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Fferm%2Fmanifests%2Finit.pp;h=a912a281ff67c89d2da35188f482d296e884ff46;hb=285329e7458a2ef552135d8f5002eadd81a29806;hp=e23e15d964e87cbd091369fe03df33232aed248a;hpb=cc26d6ec0e7eff99c072eae7daaa26ff03edd3cf;p=mirror%2Fdsa-puppet.git diff --git a/modules/ferm/manifests/init.pp b/modules/ferm/manifests/init.pp index e23e15d96..a912a281f 100644 --- a/modules/ferm/manifests/init.pp +++ b/modules/ferm/manifests/init.pp @@ -82,8 +82,8 @@ class ferm { content => template('ferm/defs.conf.erb'), notify => Service['ferm'], } - file { '/etc/ferm/conf.d/interfaces.conf': - content => template('ferm/interfaces.conf.erb'), + file { '/etc/ferm/conf.d/50-munin-interfaces.conf': + content => template('ferm/conf.d-munin-interfaces.conf.erb'), notify => Service['ferm'], } augeas { 'logrotate_ulogd2':