From: Tom Hughes Date: Thu, 11 Jul 2013 11:31:34 +0000 (+0100) Subject: Move supybot to ironbelly X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/d7ffaad7197ed4b583ac966d3d21db7cf06eb3a3 Move supybot to ironbelly --- diff --git a/roles/horntail.rb b/roles/horntail.rb index e4a17665e..bc54918fb 100644 --- a/roles/horntail.rb +++ b/roles/horntail.rb @@ -110,6 +110,5 @@ run_list( "role[stats]", "role[web-storage]", "role[backup]", - "role[supybot]", "recipe[rsyncd]" ) diff --git a/roles/ironbelly.rb b/roles/ironbelly.rb index 40455ab24..0726d13f0 100644 --- a/roles/ironbelly.rb +++ b/roles/ironbelly.rb @@ -80,6 +80,7 @@ run_list( "role[gateway]", "role[chef-server]", "role[chef-repository]", + "role[supybot]", "recipe[rsyncd]", "recipe[openvpn]" )