From: Tom Hughes Date: Tue, 9 May 2017 00:14:14 +0000 (+0100) Subject: Only include nodes with an FQDN in git ACL X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/19f2cf1e873718c067380d0f28b077e72ff1e5d3?hp=da27c8067677e5b609496b07b08546005a7bc013 Only include nodes with an FQDN in git ACL --- diff --git a/roles/ironbelly.rb b/roles/ironbelly.rb index d5bb0ee33..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"