dbmaster: enable puppet-restricted-acl.conf apache snippet
[mirror/dsa-puppet.git] / modules / roles / manifests / historical_master.pp
1 class roles::historical_master {
2   # export ssh allow rules for hosts that we should be able to access
3   @@ferm::rule::simple { "dsa-ssh-from-historical_master-${::fqdn}":
4     tag         => 'ssh::server::from::historical_master',
5     description => 'Allow ssh access from historical-master',
6     chain       => 'ssh',
7     saddr       => $base::public_addresses,
8   }
9 }