Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Chef Cookbooks
ubuntu_base
Commits
ec3cc249
Commit
ec3cc249
authored
Apr 25, 2015
by
Stefan Galinski
🎮
Browse files
[FEATURE] Install unzip by default
parent
90745d70
Changes
1
Hide whitespace changes
Inline
Side-by-side
recipes/default.rb
View file @
ec3cc249
...
...
@@ -24,17 +24,28 @@
data_bag
=
data_bag_item
(
'apps'
,
'global'
)
####################################
### Add some additional packages ###
####################################
###################################
### Add some additional recipes ###
###################################
include_recipe
'locales'
include_recipe
'ssh_known_hosts'
#######################################
### Install some additonal packages ###
#######################################
include_recipe
'apt'
include_recipe
'vim'
include_recipe
'build-essential'
include_recipe
'git'
include_recipe
'rsync'
include_recipe
'locales'
include_recipe
'ssh_known_hosts'
%w(unzip)
.
each
do
|
name
|
package
name
do
action
:install
end
end
#########################
### Update the system ###
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment