From ee9f87b4e47f4e1aef0041faf91713937f4a886e Mon Sep 17 00:00:00 2001 From: Alexander Klimov Date: Fri, 22 Aug 2014 15:45:44 +0200 Subject: [PATCH] profile::icinga2-dev: remove parameter`icinga2Version' refs #6842 --- .vagrant-puppet/manifests/default.pp | 5 +---- .vagrant-puppet/modules/profile/manifests/icinga2-dev.pp | 2 +- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/.vagrant-puppet/manifests/default.pp b/.vagrant-puppet/manifests/default.pp index 613fbe51a..039abf02d 100644 --- a/.vagrant-puppet/manifests/default.pp +++ b/.vagrant-puppet/manifests/default.pp @@ -5,6 +5,7 @@ include openldap include profile::icingaweb2 include profile::nodejs +include profile::icinga2-dev Exec { path => '/bin:/usr/bin:/sbin:/usr/sbin' } @@ -14,10 +15,6 @@ $livestatusVersion = '1.2.4p5' $phantomjsVersion = '1.9.1' $casperjsVersion = '1.0.2' -class { 'profile::icinga2-dev ': - icinga2Version => $icinga2Version, -} - class { [ 'profile::icinga-mysql', 'profile::icinga-pgsql' ]: diff --git a/.vagrant-puppet/modules/profile/manifests/icinga2-dev.pp b/.vagrant-puppet/modules/profile/manifests/icinga2-dev.pp index 6f67e3131..5dc3bd08c 100644 --- a/.vagrant-puppet/modules/profile/manifests/icinga2-dev.pp +++ b/.vagrant-puppet/modules/profile/manifests/icinga2-dev.pp @@ -1,4 +1,4 @@ -class profile::icinga2-dev ($icinga2Version) { +class profile::icinga2-dev { include icinga2-mysql icinga2::feature { [ 'statusdata', 'command', 'compatlog' ]: