diff --git a/Vagrantfile b/Vagrantfile index 4326558..3cf15c5 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -94,7 +94,12 @@ 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-wordpress' + # chef.add_recipe 'kosmos-mediawiki' + # chef.add_recipe 'kosmos-wordpress' + # chef.add_recipe 'kosmos-ejabberd' + # chef.add_recipe 'kosmos-hubot::botka_freenode' + # chef.add_recipe 'ipfs' + # chef.add_recipe 'kredits-github' # chef.add_recipe 'sockethub' # chef.add_recipe 'kosmos-mastodon' # chef.add_recipe 'kosmos-mastodon::nginx'