]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/git/recipes/server.rb
Add tests for git cookbook
[chef.git] / cookbooks / git / recipes / server.rb
index 4a98818e32880ce109eb561317d83a52f5040511..78c1b828afa06fc2b9c8b84b70c45902e89591c3 100644 (file)
@@ -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]