From 9e351e33df29623ac787a2b35b1276446dccca5e Mon Sep 17 00:00:00 2001 From: Paul Wise Date: Thu, 18 Jun 2015 14:28:35 +0800 Subject: [PATCH] Add an exec for systemd-tmpfiles --- modules/debian-org/manifests/init.pp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/modules/debian-org/manifests/init.pp b/modules/debian-org/manifests/init.pp index 9c5b7f1fb..7e91207fd 100644 --- a/modules/debian-org/manifests/init.pp +++ b/modules/debian-org/manifests/init.pp @@ -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, -- 2.20.1