profile::icinga2-dev: remove parameter`icinga2Version'

refs #6842
This commit is contained in:
Alexander Klimov 2014-08-22 15:45:44 +02:00
parent aa030111bd
commit ee9f87b4e4
2 changed files with 2 additions and 5 deletions

View File

@ -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' ]:

View File

@ -1,4 +1,4 @@
class profile::icinga2-dev ($icinga2Version) {
class profile::icinga2-dev {
include icinga2-mysql
icinga2::feature { [ 'statusdata', 'command', 'compatlog' ]: