The nm user also wants lingering
[mirror/dsa-puppet.git] / modules / roles / manifests / weblog_destination.pp
1 # the sink where all provider of webserver logs ship their things to
2 class roles::weblog_destination {
3   ssh::authorized_key_collect { 'weblogsync':
4     target_user => 'weblogsync',
5     collect_tag => 'weblogsync',
6   }
7 }