Rebuild broken VMs, fix small issues in various cookbooks #399

Merged
greg merged 5 commits from sheesh into master 2022-04-03 13:47:09 +00:00
Showing only changes of commit ac1414e24e - Show all commits

View File

@ -24,3 +24,9 @@ cookbook_file "/usr/local/sbin/create_vm" do
source "create_vm"
mode "0750"
end
firewall_rule 'ssh-alt-port' do
port [2222]
protocol :tcp
command :allow
end