diff --git a/Vagrantfile b/Vagrantfile index 3cf15c5..cc353fa 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -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'