attributes
This commit is contained in:
5
Vagrantfile
vendored
5
Vagrantfile
vendored
@ -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
|
||||
|
Reference in New Issue
Block a user