--- /dev/null
+# create the directory on static hosts and disable backups
+class roles::static::srvdir {
+ file { '/srv/static.debian.org':
+ ensure => directory,
+ mode => '0755',
+ owner => 'staticsync',
+ group => 'staticsync',
+ }
+
+ file { '/srv/static.debian.org/.nobackup':
+ content => '',
+ }
+}
+++ /dev/null
-# create the directory on static hosts and disable backups
-class roles::static::srvdir {
- file { '/srv/static.debian.org':
- ensure => directory,
- mode => '0755',
- owner => 'staticsync',
- group => 'staticsync',
- }
-
- file { '/srv/static.debian.org/.nobackup':
- content => '',
- }
-}