Fixed missing comma
This commit is contained in:
parent
aaa670a5bd
commit
6363638776
@ -9,7 +9,7 @@ node.default[:mon_agent][:plugin][:host_alive][:init_config] = {
|
||||
}
|
||||
|
||||
node.default[:mon_agent][:plugin][:host_alive][:instances][:api_with_ssh] = {
|
||||
:name => "api_ssh_port"
|
||||
:name => "api_ssh_port",
|
||||
:host_name => "192.168.10.4",
|
||||
:alive_test => "ssh"
|
||||
}
|
||||
|
@ -3,6 +3,6 @@ maintainer "HP_Cloud_Monitoring"
|
||||
maintainer_email "hpcs-mon@hp.com"
|
||||
description "Installs/Configures mon-agent components"
|
||||
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
|
||||
version "1.0.11"
|
||||
version "1.0.12"
|
||||
depends 'python'
|
||||
recipe "mon_api::default", "Default"
|
||||
|
Loading…
x
Reference in New Issue
Block a user