DynamicUser and python don't mix, apply by hand instead
[mirror/dsa-puppet.git] / modules / roles / manifests / static_srvdir.pp
index 8c15d54..53c1b30 100644 (file)
@@ -5,4 +5,8 @@ class roles::static_srvdir {
                owner  => 'staticsync',
                group  => 'staticsync',
        }
+
+       file { '/srv/static.debian.org/.nobackup':
+               content => "",
+       }
 }