8f051be105f64dafa572fe063316ab7235e2ef4a
[mirror/dsa-puppet.git] / 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 }