Skip to content

Commit

Permalink
run apt; tag 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kgilpin committed Apr 11, 2015
1 parent 274d57b commit e95d051
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
*.tar.gz
cookbooks
.vendor
.vagrant
Berksfile.lock
Expand Down
2 changes: 1 addition & 1 deletion metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
maintainer_email 'support@conjur.net'
license 'MIT License'
description 'Installs/Configures conjur'
version '1.0.0'
version '0.1.0'

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

Expand Down
1 change: 1 addition & 0 deletions recipes/install.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@
append true
end

include_recipe "apt"
include_recipe 'conjur::_install_ssh'
include_recipe 'conjur::_install_logshipper'

0 comments on commit e95d051

Please sign in to comment.