From 2d129fea01be3b3739c8e1387a0318dc01b75745 Mon Sep 17 00:00:00 2001 From: Eric Renfro Date: Thu, 10 Aug 2017 10:25:12 -0400 Subject: [PATCH] Fixed bug with agent package name --- metadata.rb | 2 +- recipes/agent.rb | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/metadata.rb b/metadata.rb index 1e4396d..2b40616 100644 --- a/metadata.rb +++ b/metadata.rb @@ -4,7 +4,7 @@ maintainer_email "psi-jack@linux-help.org" license "GPLv2" description "Installs/Configures ossec" 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" source_url "http://git.linux-help.org/Linux-Help/ossec-ng" diff --git a/recipes/agent.rb b/recipes/agent.rb index 9674f56..9649948 100644 --- a/recipes/agent.rb +++ b/recipes/agent.rb @@ -1,5 +1,5 @@ # 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 # get a key from the ossec-server if there's one @@ -38,7 +38,7 @@ else end # install the agent package - package "ossec-hids-client" + package "ossec-hids-agent" # define the agent parameters agent_hash = ossec_agent_create_parameters(node, ossec_server)