X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/45dde9418dd342bb1a632d82559201c0b3becf1a..59ded59a740f2e4cc627ca185fac3a47a46529fd:/cookbooks/git/recipes/server.rb?ds=sidebyside 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]