Updated dependancies
This commit is contained in:
parent
354dc0870b
commit
38b65851d0
2 changed files with 4 additions and 3 deletions
|
@ -3,6 +3,7 @@ source "https://supermarket.chef.io"
|
|||
metadata
|
||||
|
||||
cookbook "selinux_policy", "~> 1.1.1"
|
||||
cookbook "yum-atomic", "~> 0.1.2"
|
||||
cookbook "yum", "~> 4.1.0"
|
||||
cookbook "yum-atomic", path: "/home/psi-jack/Chef/cookbooks/yum-atomic"
|
||||
cookbook "yum-epel", "~> 2.1.1"
|
||||
cookbook "apt-atomic", "~> 0.1.2"
|
||||
cookbook "apt-atomic", "~> 0.1.3"
|
||||
|
|
|
@ -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.3"
|
||||
version "1.2.4"
|
||||
issues_url "http://git.linux-help.org/Linux-Help/ossec-ng/issues"
|
||||
source_url "http://git.linux-help.org/Linux-Help/ossec-ng"
|
||||
|
||||
|
|
Loading…
Reference in a new issue