Skip to content
This repository has been archived by the owner on Sep 5, 2023. It is now read-only.

Commit

Permalink
Install ZFS requirements.
Browse files Browse the repository at this point in the history
  • Loading branch information
darron committed Jun 20, 2015
1 parent 9c60fc4 commit 472e8c1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions Berksfile
Expand Up @@ -9,3 +9,4 @@ cookbook 'docker', git: 'https://github.com/darron/docker-cookbook.git'
cookbook 'gitreceive', git: 'https://github.com/darron/gitreceive-cookbook.git'
cookbook 'sysdig', git: 'https://github.com/darron/sysdig-cookbook.git'
cookbook 'chef-sugar', '~> 2.5.0'
cookbook 'zfs_linux', git: 'https://github.com/biola/chef-zfs_linux.git'
3 changes: 2 additions & 1 deletion metadata.rb
Expand Up @@ -4,7 +4,7 @@
maintainer_email 'darron@froese.org'
license 'Apache 2.0'
description 'Installs/configures octohost'
version '1.0.8'
version '1.0.9'
recipe 'octohost::default', 'Installs/configures octohost'

depends 'chef-sugar'
Expand All @@ -19,3 +19,4 @@
depends 'rsyslog'
depends 'packagecloud'
depends 'python'
depends 'zfs_linux'
2 changes: 2 additions & 0 deletions recipes/default.rb
Expand Up @@ -28,6 +28,8 @@

include_recipe 'octobase::default'

include_recipe 'zfs_linux::default'

include_recipe 'octohost::vault'

include_recipe 'octohost::docker'
Expand Down

0 comments on commit 472e8c1

Please sign in to comment.