projects
/
chef.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Redirect http requests to https
[chef.git]
/
.kitchen.provision.rb
1
Vagrant.configure(2) do |config|
2
config.vm.provision "shell", :inline => <<-SHELL
3
apt-get update -y
4
SHELL
5
end