projects
/
mirror
/
dsa-puppet.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
fix syntax
[mirror/dsa-puppet.git]
/
modules
/
roles
/
manifests
/
static_source.pp
1
class roles::static_source {
2
3
include roles::static_base
4
5
file { '/usr/local/bin/static-update-component':
6
source => 'puppet:///modules/roles/static-mirroring/static-update-component',
7
mode => '0555',
8
}
9
}