X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/61f1c56989fbcc80ba40ce23d2160da8a33e91c4..d6eb1066fbc7092e091213a79017d7a9f934b3cd:/roles/ironbelly.rb diff --git a/roles/ironbelly.rb b/roles/ironbelly.rb index 6b2c085a4..d5bb0ee33 100644 --- a/roles/ironbelly.rb +++ b/roles/ironbelly.rb @@ -78,7 +78,7 @@ default_attributes( } }, :planet => { - :replication => "disabled" + :replication => "enabled" }, :rsyncd => { :modules => { @@ -135,6 +135,7 @@ run_list( "role[planet]", "role[planetdump]", "role[logstash]", + "role[letsencrypt]", "recipe[rsyncd]", "recipe[openvpn]", "recipe[git::server]",