Bootstrap recipe for Centos
This commit is contained in:
parent
c7b9ecb20c
commit
cd913887d8
2 changed files with 7 additions and 0 deletions
1
chef/cookbooks/bootstrap/bootstrap.json
Normal file
1
chef/cookbooks/bootstrap/bootstrap.json
Normal file
|
|
@ -0,0 +1 @@
|
|||
{"recipes": ["bootstrap::default" ] }
|
||||
6
chef/cookbooks/bootstrap/recipes/default.rb
Normal file
6
chef/cookbooks/bootstrap/recipes/default.rb
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
execute "bundler deps" do
|
||||
command "yum install -y cpio"
|
||||
end
|
||||
execute "nokogiri deps" do
|
||||
command "yum install -y libxml2-devel libxslt-devel"
|
||||
end
|
||||
Loading…
Reference in a new issue