projects
/
mirror
/
dsa-puppet.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Remove old klecker IP addresses
[mirror/dsa-puppet.git]
/
modules
/
roles
/
manifests
/
static_srvdir.pp
1
class roles::static_srvdir {
2
file { '/srv/static.debian.org':
3
ensure => directory,
4
mode => '0755',
5
owner => 'staticsync',
6
group => 'staticsync',
7
}
8
9
file { '/srv/static.debian.org/.nobackup':
10
content => "",
11
}
12
}