From 821837e1e054003f4431e81da6b24639c41b2a78 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Mon, 25 Dec 2017 13:12:06 +0100 Subject: [PATCH] Move crontab crazy multipath into dsa-puppet-stuff --- modules/ganeti2/manifests/init.pp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/modules/ganeti2/manifests/init.pp b/modules/ganeti2/manifests/init.pp index 5619d523b..5e03c2412 100644 --- a/modules/ganeti2/manifests/init.pp +++ b/modules/ganeti2/manifests/init.pp @@ -36,6 +36,10 @@ class ganeti2 { mode => '0555', } file { '/etc/cron.d/puppet-crazy-multipath-restart': + ensure => absent, + } + concat::fragment { 'dsa-puppet-stuff--multipath-restart': + target => '/etc/cron.d/dsa-puppet-stuff', content => @("EOF"), */15 * * * * root /usr/local/sbin/crazy-multipath-restart | EOF -- 2.20.1