Skip to content

Commit

Permalink
Update metadata and Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
dividedmind committed Dec 21, 2015
1 parent 43e1002 commit 801a4b8
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# 0.3.0

* Systemd support

# 0.2.3

* Updated EL repository URL

# 0.2.2

* Add a timeout in pubkey fetcher to prevent lockout when Conjur is unreachable

# 0.2.1

* Lower nslcd's idle_timelimit to one second
Expand Down
4 changes: 2 additions & 2 deletions metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
maintainer_email 'support@conjur.net'
license 'MIT License'
description 'Installs/Configures conjur'
version '0.2.2'
version '0.3.0'

recipe "conjur::install", "Installs Conjur base packages and configuration, suitable for a foundation image."

depends "apt"
depends "yum"
depends "sshd-service"

%w(ubuntu).each do |platform|
%w(ubuntu centos).each do |platform|
supports platform
end

0 comments on commit 801a4b8

Please sign in to comment.