Fixed bug with agent package name
This commit is contained in:
parent
c9d8f75885
commit
2d129fea01
2 changed files with 3 additions and 3 deletions
|
@ -4,7 +4,7 @@ maintainer_email "psi-jack@linux-help.org"
|
||||||
license "GPLv2"
|
license "GPLv2"
|
||||||
description "Installs/Configures ossec"
|
description "Installs/Configures ossec"
|
||||||
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
|
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
|
||||||
version "1.2.5"
|
version "1.2.6"
|
||||||
issues_url "http://git.linux-help.org/Linux-Help/ossec-ng/issues"
|
issues_url "http://git.linux-help.org/Linux-Help/ossec-ng/issues"
|
||||||
source_url "http://git.linux-help.org/Linux-Help/ossec-ng"
|
source_url "http://git.linux-help.org/Linux-Help/ossec-ng"
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
# Ossec Agent provisioning recipe
|
# Ossec Agent provisioning recipe
|
||||||
# install the ossec-hids-client package, push the global
|
# install the ossec-hids-agent package, push the global
|
||||||
# and role specific configuration for the node
|
# and role specific configuration for the node
|
||||||
# get a key from the ossec-server if there's one
|
# get a key from the ossec-server if there's one
|
||||||
|
|
||||||
|
@ -38,7 +38,7 @@ else
|
||||||
end
|
end
|
||||||
|
|
||||||
# install the agent package
|
# install the agent package
|
||||||
package "ossec-hids-client"
|
package "ossec-hids-agent"
|
||||||
|
|
||||||
# define the agent parameters
|
# define the agent parameters
|
||||||
agent_hash = ossec_agent_create_parameters(node, ossec_server)
|
agent_hash = ossec_agent_create_parameters(node, ossec_server)
|
||||||
|
|
Loading…
Reference in a new issue