Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
CHEF
cookbooks
cernvm-fs
Commits
67d6a3a4
Commit
67d6a3a4
authored
Sep 23, 2019
by
Christopher Huhn
Browse files
Produce less output
parent
868e295f
Changes
1
Hide whitespace changes
Inline
Side-by-side
vagrant.rb
View file @
67d6a3a4
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
Markdown
is supported
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