X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/ae7c3c728ad4b1a4a1c71715a43e1f0d44a5289b..943fd852ef136e3020e886f22cd3024dd98a4d20:/cookbooks/git/recipes/server.rb diff --git a/cookbooks/git/recipes/server.rb b/cookbooks/git/recipes/server.rb index 4a98818e3..78c1b828a 100644 --- a/cookbooks/git/recipes/server.rb +++ b/cookbooks/git/recipes/server.rb @@ -17,6 +17,9 @@ # limitations under the License. # +node.default[:accounts][:users][:git][:status] = :role + +include_recipe "accounts" include_recipe "networking" git_directory = node[:git][:directory]