]> git.donarmstrong.com Git - dsa-puppet.git/blobdiff - modules/debian-org/manifests/init.pp
mayer: decomission
[dsa-puppet.git] / modules / debian-org / manifests / init.pp
index 9c5b7f1fbd59ba5660dcdc6b08fc325b51b2479a..aa90ad0309482d270076fa9e9a014f5a82bcf583 100644 (file)
@@ -162,7 +162,7 @@ class debian-org {
                components => ['main','contrib','non-free']
        }
 
-       #if ($::hostname in [ball, corelli, eysler, lucatelli, mayer, mayr, pettersson]) or
+       #if ($::hostname in [corelli, eysler, lucatelli, mayr, pettersson]) or
        #   ($::hoster and ($::hoster in [bytemark, man-da, brown])) {
        #       site::aptrepo { 'proposed-updates':
        #               url        => $mirror,
@@ -362,6 +362,11 @@ class debian-org {
                onlyif  => "test -x /bin/systemctl"
        }
 
+       exec { 'systemd-tmpfiles --create --exclude-prefix=/dev':
+               refreshonly => true,
+               onlyif  => "test -x /bin/systemd-tmpfiles"
+       }
+
        tidy { '/var/lib/puppet/clientbucket/':
                age      => '2w',
                recurse  => 9,