removed jenkins check command from base commands, as that has been outsourced to the jenkins module

This commit is contained in:
Arne Teuke
2017-08-02 17:35:12 +01:00
parent b5e6f73b12
commit e434c34c4d
3 changed files with 3 additions and 19 deletions

View File

@@ -55,10 +55,5 @@ class cd_nagios::nagios::objects::add_servicegroup_rules (
content => template($ng_tgt_svcgrp_head_erb),
order => '000',
}
cd_nagios::nagios::objects::add_servicegroups { 'example_servicegroup':
ng_servicegroup_name => 'example_servicegroup',
ng_servicegroup_alias => 'Example Servicegroup',
}
}
}