From: Tom Hughes Date: Mon, 10 Apr 2023 18:07:57 +0000 (+0100) Subject: Move supybot from ironbelly to idris X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/59baf108f689be6bf6258f2acbf50c7ff41dc2ac Move supybot from ironbelly to idris --- diff --git a/roles/idris.rb b/roles/idris.rb index 394696cb7..0a7f593ab 100644 --- a/roles/idris.rb +++ b/roles/idris.rb @@ -40,5 +40,6 @@ run_list( "role[git]", "role[letsencrypt]", "role[oxidized]", + "role[supybot]", "recipe[serverinfo]" ) diff --git a/roles/ironbelly.rb b/roles/ironbelly.rb index ebde9a26a..37d75c303 100644 --- a/roles/ironbelly.rb +++ b/roles/ironbelly.rb @@ -97,7 +97,6 @@ default_attributes( run_list( "role[equinix-ams]", "role[gateway]", - "role[supybot]", "recipe[rsyncd]", "recipe[dhcpd]" )