Note that exim contains tracker-specific configuration
[mirror/dsa-puppet.git] / manifests / static_srvdir.pp
1 class roles::static_base {
2         file { '/srv/static.debian.org':
3                 ensure => directory,
4                 mode   => '0755',
5                 owner  => 'staticsync',
6                 group  => 'staticsync',
7         }
8 }