]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/git/recipes/server.rb
imagery: update os om local key
[chef.git] / cookbooks / git / recipes / server.rb
index 81b16952fc446f1cd1bbd241812ee9a5556562d8..5ee3686d87702e5956a7d71bcbc0377a45833c1f 100644 (file)
@@ -1,8 +1,8 @@
 #
-# Cookbook Name:: git
+# Cookbook:: git
 # Recipe:: server
 #
-# Copyright 2011, OpenStreetMap Foundation
+# Copyright:: 2011, OpenStreetMap Foundation
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
 # 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]