touch /srv/ftp.root/.nobackup
authorPeter Palfrader <peter@palfrader.org>
Thu, 23 Feb 2017 15:42:56 +0000 (16:42 +0100)
committerPeter Palfrader <peter@palfrader.org>
Thu, 23 Feb 2017 15:42:56 +0000 (16:42 +0100)
modules/roles/manifests/security_mirror.pp

index 771c9c4..1d2f731 100644 (file)
@@ -28,6 +28,10 @@ class roles::security_mirror {
                ensure => link,
                target => '../ftp.root/debian-security',
        }
+       file { '/srv/ftp.root/.nobackup':
+               ensure  => present,
+               content => '',
+       }
 
        include apache2::expires
        include apache2::rewrite