X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/61f1c56989fbcc80ba40ce23d2160da8a33e91c4..19f2cf1e873718c067380d0f28b077e72ff1e5d3:/roles/ironbelly.rb diff --git a/roles/ironbelly.rb b/roles/ironbelly.rb index 6b2c085a4..ab306c6a2 100644 --- a/roles/ironbelly.rb +++ b/roles/ironbelly.rb @@ -23,7 +23,7 @@ default_attributes( } }, :git => { - :allowed_nodes => "*:*", + :allowed_nodes => "fqdn:*", :user => "chefrepo", :group => "chefrepo", :backup => "chef-git" @@ -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]",