port 6081 should be allowed via snapshot
[mirror/dsa-puppet.git] / modules / roles / manifests / weblog_destination.pp
1 class roles::weblog_destination {
2         file { '/etc/ssh/userkeys/weblogsync':
3                 content => template('roles/weblog_destination-authorized_keys.erb'),
4         }
5 }