]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/git/recipes/server.rb
Process the expiry queue in order
[chef.git] / cookbooks / git / recipes / server.rb
index 4a98818e32880ce109eb561317d83a52f5040511..5ee3686d87702e5956a7d71bcbc0377a45833c1f 100644 (file)
 # limitations under the License.
 #
 
+node.default[:accounts][:users][:git][:status] = :role
+
+include_recipe "accounts"
+include_recipe "apt"
 include_recipe "networking"
 
 git_directory = node[:git][:directory]