Configure Vagrant for dirsrv

This commit is contained in:
Basti 2020-12-08 13:24:54 +01:00
parent 6a85c2d5c6
commit 77e7eed795
Signed by untrusted user: basti
GPG Key ID: 9F88009D31D99C72
1 changed files with 2 additions and 2 deletions

4
Vagrantfile vendored
View File

@ -35,7 +35,7 @@ Vagrant.configure(2) do |config|
# 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.
# config.vm.network "forwarded_port", guest: 80, host: 8080
# config.vm.network "forwarded_port", guest: 389, host: 389
# Create a private network, which allows host-only access to the machine
# using a specific IP.
@ -94,7 +94,7 @@ Vagrant.configure(2) do |config|
chef.encrypted_data_bag_secret_key_path = '.chef/encrypted_data_bag_secret'
chef.environment = 'development'
chef.add_recipe 'kosmos-base'
chef.add_recipe 'kosmos_encfs'
chef.add_recipe 'kosmos-dirsrv'
# chef.add_recipe 'kosmos-bitcoin::source'
# chef.add_recipe 'kosmos-mediawiki'
# chef.add_recipe 'kosmos-wordpress'