From e07669af9f03b2a24db4e907566da8780b775981 Mon Sep 17 00:00:00 2001 From: varac Date: Wed, 2 Jan 2013 14:14:13 +0100 Subject: removed unnesseccary stuff for absent puppetd.cron --- manifests/linux.pp | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/manifests/linux.pp b/manifests/linux.pp index b46ad70..b2359d2 100644 --- a/manifests/linux.pp +++ b/manifests/linux.pp @@ -15,12 +15,6 @@ class puppet::linux inherits puppet::base { } file { '/etc/cron.d/puppetd.cron': - ensure => absent, - source => [ 'puppet:///modules/site-puppet/cron.d/puppetd', - "puppet:///modules/puppet/cron.d/puppetd.${::operatingsystem}", - 'puppet:///modules/puppet/cron.d/puppetd' ], - owner => root, - group => 0, - mode => '0644' + ensure => absent } } -- cgit v1.2.3