diff options
author | Jerome Charaoui <jcharaoui@cmaisonneuve.qc.ca> | 2009-12-01 16:58:42 -0500 |
---|---|---|
committer | Jerome Charaoui <jcharaoui@cmaisonneuve.qc.ca> | 2009-12-01 16:58:42 -0500 |
commit | 57a97a61d0839ceaf34401ccacd5ceaf2ddf126d (patch) | |
tree | a0a98da9278c6e28c4f93d32219ffc14a2aa52a3 /manifests | |
parent | 02935fb15e9c8d37506601a7eeb9456df98346be (diff) |
remove ensure => absent from default resource
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/default.pp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/manifests/default.pp b/manifests/default.pp index 37676f6..1ce5862 100644 --- a/manifests/default.pp +++ b/manifests/default.pp @@ -8,7 +8,6 @@ define nagios::default { "puppet://$server/nagios/configs/${operatingsystem}/defaults/${name}.cfg", "puppet://$server/nagios/configs/defaults/${name}.cfg" ], notify => Service['nagios'], - ensure => absent, mode => 0644, owner => root, group => root; } |