Add encfs to Vagrantfile

This commit is contained in:
Basti 2020-06-07 12:30:00 +02:00
parent 4fe0e913f8
commit 501626de1f
No known key found for this signature in database
GPG Key ID: BE4634D632D39B67
1 changed files with 2 additions and 1 deletions

3
Vagrantfile vendored
View File

@ -94,7 +94,8 @@ 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-mediawiki'
chef.add_recipe 'kosmos_encfs'
# chef.add_recipe 'kosmos-postgresql::default'
# chef.add_recipe 'kosmos-wordpress'
# chef.add_recipe 'kosmos-ejabberd'
# chef.add_recipe 'kosmos-hubot::botka_freenode'