Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
CHEF
cookbooks
cernvm-fs
Commits
f1c1cba3
Commit
f1c1cba3
authored
Sep 23, 2019
by
Christopher Huhn
Browse files
Produce less output
parent
03c494c2
Changes
1
Hide whitespace changes
Inline
Side-by-side
vagrant.rb
View file @
f1c1cba3
Vagrant
.
configure
(
2
)
do
|
config
|
# install the Debian-provided Chef package
config
.
vm
.
provision
"shell"
,
inline:
<<-
SHELL
sudo apt-get update
sudo DEBIAN_FRONTEND=noninteractive apt-get -y install chef
sudo apt-get
-qq
update
sudo DEBIAN_FRONTEND=noninteractive apt-get
-q
-y install chef
SHELL
end
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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