]> git.openstreetmap.org Git - chef.git/blobdiff - roles/ironbelly.rb
Only include nodes with an FQDN in git ACL
[chef.git] / roles / ironbelly.rb
index 6b2c085a48c0c9cffee3e9ec152799e0504bf93e..ab306c6a2e5bb7d709dc076ece8b4fa983f176de 100644 (file)
@@ -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]",