??
This commit is contained in:
4
Vagrantfile
vendored
4
Vagrantfile
vendored
@ -14,7 +14,6 @@ Vagrant.configure("2") do |config|
|
||||
# boxes at https://vagrantcloud.com/search.
|
||||
config.vm.box = "generic/ubuntu1604"
|
||||
|
||||
|
||||
# Create a forwarded port mapping which allows access to a specific port
|
||||
# within the machine from a port on the host machine. In the example below,
|
||||
# accessing "localhost:8080" will access port 80 on the guest machine.
|
||||
@ -47,8 +46,9 @@ Vagrant.configure("2") do |config|
|
||||
'ops/cookbooks/vendor'
|
||||
]
|
||||
chef.roles_path = 'ops/roles'
|
||||
chef.add_role('gitea')
|
||||
chef.add_role('app')
|
||||
chef.json = {
|
||||
|
||||
'custom-domain': 'localhost.vm42.us',
|
||||
'custom-title': 'My gitea server!',
|
||||
'db-password': 'mypassword',
|
||||
|
Reference in New Issue
Block a user