attributes

This commit is contained in:
2019-05-15 01:45:34 -04:00
parent a0406219f2
commit b49dfa915e
4 changed files with 12 additions and 9 deletions

5
Vagrantfile vendored
View File

@ -45,5 +45,10 @@ Vagrant.configure("2") do |config|
chef.cookbooks_path = "cookbooks/"
chef.roles_path = "roles"
chef.add_role("gitea")
chef.json = {
'custom-domain': 'localhost.vm42.us',
'custom-title': 'My gitea server!',
'db-password': 'mypassword',
}
end
end