projects
/
mirror
/
dsa-puppet.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
try an rsync class
[mirror/dsa-puppet.git]
/
modules
/
roles
/
manifests
/
dakmaster.pp
1
class roles::dakmaster {
2
3
package { 'libapache2-mod-macro':
4
ensure => installed,
5
}
6
7
apache2::module { 'macro': }
8
9
apache2::config { 'puppet-builddlist':
10
content => template('roles/dakmaster/conf-builddlist.erb'),
11
}
12
13
}