]> git.openstreetmap.org Git - chef.git/commitdiff
Move letsencrypt role from sarel to idris
authorTom Hughes <tom@compton.nu>
Sat, 8 Oct 2022 14:43:22 +0000 (15:43 +0100)
committerTom Hughes <tom@compton.nu>
Sat, 8 Oct 2022 14:43:22 +0000 (15:43 +0100)
roles/idris.rb
roles/sarel.rb

index efe23914325529b1dbc358700ba130629dff7bca..5466c660573fa74d694b08ffd3a9db8c50a388f4 100644 (file)
@@ -35,6 +35,7 @@ default_attributes(
 run_list(
   "role[equinix-dub]",
   "role[hp-g9]",
+  "role[letsencrypt]",
   "role[oxidized]",
   "recipe[serverinfo]"
 )
index 773a474390cb33eaed0d893cd47e58962c0f73b2..a574b7c279b9a7ca6bf09681622e06101c99f989 100644 (file)
@@ -36,7 +36,6 @@ run_list(
   "role[ucl]",
   "role[chef-server]",
   "role[chef-repository]",
-  "role[letsencrypt]",
   "role[git]",
   "role[dns]"
 )