retire long obsolete file removals
[mirror/dsa-puppet.git] / modules / roles / manifests / static / base.pp
index 1de7054..95eacd4 100644 (file)
@@ -17,9 +17,6 @@ class roles::static::base {
     mode    => '0555',
   }
 
-  file { '/usr/local/bin/static-mirror-ssh-wrap': ensure => absent; }
-  file { '/usr/local/bin/static-master-ssh-wrap': ensure => absent; }
-
   ferm::rule { 'dsa-static-bt-v4':
     description => 'Allow bt between static hosts',
     rule        => 'proto tcp mod state state (NEW) mod multiport destination-ports (6881:6999) @subchain \'static-bt\' { saddr ($HOST_STATIC_V4) ACCEPT; }',