We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4cfad5f commit b2d2d4bCopy full SHA for b2d2d4b
lib/cfnguardian/resources/nrpe.rb
@@ -5,7 +5,7 @@ module CfnGuardian::Resource
5
class Nrpe < Base
6
7
def initialize(resource, override_group = nil)
8
- super(resource)
+ super(resource, override_group)
9
@resource_list = resource['Hosts']
10
@environment = resource['Environment']
11
end
lib/cfnguardian/version.rb
@@ -1,4 +1,4 @@
1
module CfnGuardian
2
- VERSION = "0.11.9"
+ VERSION = "0.11.10"
3
CHANGE_SET_VERSION = VERSION.gsub('.', '-').freeze
4
0 commit comments