From af96881daa09cd7583eaba4fef65bf0dfb70eebd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Greg=20Kar=C3=A9kinian?= Date: Fri, 7 Apr 2017 18:27:29 +0200 Subject: [PATCH] Add kosmos-mastodon::nginx recipe to Vagrant --- Vagrantfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Vagrantfile b/Vagrantfile index ceed2fd..8bd5b03 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -87,7 +87,7 @@ Vagrant.configure(2) do |config| # chef.add_recipe 'kosmos-wordpress' # chef.add_recipe 'sockethub' chef.add_recipe 'kosmos-mastodon' - # chef.add_recipe 'kosmos-mastodon::nginx' + chef.add_recipe 'kosmos-mastodon::nginx' # chef.add_recipe '5apps-hubot::xmpp_botka' # chef.add_recipe 'kosmos-hubot'