From: Tom Hughes Date: Sat, 8 Oct 2022 14:43:22 +0000 (+0100) Subject: Move letsencrypt role from sarel to idris X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/4b5a491a7f8cf7a9be376dcfed03b68706ac29e4 Move letsencrypt role from sarel to idris --- diff --git a/roles/idris.rb b/roles/idris.rb index efe239143..5466c6605 100644 --- a/roles/idris.rb +++ b/roles/idris.rb @@ -35,6 +35,7 @@ default_attributes( run_list( "role[equinix-dub]", "role[hp-g9]", + "role[letsencrypt]", "role[oxidized]", "recipe[serverinfo]" ) diff --git a/roles/sarel.rb b/roles/sarel.rb index 773a47439..a574b7c27 100644 --- a/roles/sarel.rb +++ b/roles/sarel.rb @@ -36,7 +36,6 @@ run_list( "role[ucl]", "role[chef-server]", "role[chef-repository]", - "role[letsencrypt]", "role[git]", "role[dns]" )