projects
/
mirror
/
dsa-puppet.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
fix template
[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
}