From a99dbab4d43300474074237dddb0bb017d4b8af3 Mon Sep 17 00:00:00 2001 From: Alexander Klimov Date: Wed, 10 Sep 2014 14:10:30 +0200 Subject: [PATCH] icinga2::feature: don't require Package[icinga2] refs #6842 --- .vagrant-puppet/modules/icinga2/manifests/feature.pp | 1 - 1 file changed, 1 deletion(-) diff --git a/.vagrant-puppet/modules/icinga2/manifests/feature.pp b/.vagrant-puppet/modules/icinga2/manifests/feature.pp index 052192a3e..be2acdc93 100644 --- a/.vagrant-puppet/modules/icinga2/manifests/feature.pp +++ b/.vagrant-puppet/modules/icinga2/manifests/feature.pp @@ -17,7 +17,6 @@ define icinga2::feature { path => '/bin:/usr/bin:/sbin:/usr/sbin', unless => "readlink /etc/icinga2/features-enabled/${name}.conf", command => "icinga2-enable-feature ${name}", - require => Package['icinga2'], notify => Service['icinga2'] } }