[Pkg-puppet-devel] [SCM] Puppet packaging for Debian branch, upstream, updated. puppet-0.24.5-rc3-1456-g2f0b1e5
James Turnbull
james at lovedthanlost.net
Tue Oct 27 17:04:44 UTC 2009
The following commit has been merged in the upstream branch:
commit f2bc8aafcb9965b08a2442ed22b8942ade1f9b9d
Author: James Turnbull <james at lovedthanlost.net>
Date: Tue Sep 15 06:42:57 2009 +1000
Fixed #2634 - Added servicegroup_name parameter to serviceescalation type
diff --git a/lib/puppet/external/nagios/base.rb b/lib/puppet/external/nagios/base.rb
index 5185c92..69c2c6a 100755
--- a/lib/puppet/external/nagios/base.rb
+++ b/lib/puppet/external/nagios/base.rb
@@ -423,9 +423,10 @@ class Nagios::Base
end
newtype :serviceescalation do
- setparameters :host_name, :hostgroup_name, :service_description, :contacts,
- :contact_groups, :first_notification, :last_notification,
- :notification_interval, :escalation_period, :escalation_options,
+ setparameters :host_name, :hostgroup_name, :servicegroup_name,
+ :service_description, :contacts, :contact_groups,
+ :first_notification, :last_notification, :notification_interval,
+ :escalation_period, :escalation_options,
:register, :use,
:_naginator_name
--
Puppet packaging for Debian
More information about the Pkg-puppet-devel
mailing list