From bf010b943a9c8873acd39c29f153cdabe1f6963f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Greg=20Kar=C3=A9kinian?= Date: Tue, 8 Oct 2019 18:22:51 +0200 Subject: [PATCH] Add commented recipes to the run list --- Vagrantfile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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'