From 19f2cf1e873718c067380d0f28b077e72ff1e5d3 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Tue, 9 May 2017 01:14:14 +0100 Subject: [PATCH 1/1] Only include nodes with an FQDN in git ACL --- roles/ironbelly.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.43.2