diff --git a/manifests/main/install.pp b/manifests/main/install.pp index a04cf4a..d238d8f 100644 --- a/manifests/main/install.pp +++ b/manifests/main/install.pp @@ -16,13 +16,5 @@ class confdroid_nagios::main::install ( package { $ng_reqpackages_server: ensure => $ng_pkg_ensure, } - - package { $ng_reqpackages_client: - ensure => $ng_pkg_ensure, - } - - if $ng_include_nrpe == true { - require confdroid_nrpe - } } }