From 0f1af3889f434822726f09c4f70d79e936171fe4 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Mon, 2 Mar 2026 22:57:35 +0000 Subject: [PATCH] Ensure git user is created before the dns recipe runs --- cookbooks/dns/recipes/default.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/cookbooks/dns/recipes/default.rb b/cookbooks/dns/recipes/default.rb index 903674758..df8ba2ab3 100644 --- a/cookbooks/dns/recipes/default.rb +++ b/cookbooks/dns/recipes/default.rb @@ -20,6 +20,7 @@ include_recipe "accounts" include_recipe "apache" include_recipe "git" +include_recipe "git::server" geoservers = search(:node, "roles:geodns").collect(&:name).sort -- 2.39.5