]> git.openstreetmap.org Git - chef.git/commitdiff
Configure a private git server for chef, restricted to chef clients
authorTom Hughes <tom@compton.nu>
Wed, 2 Oct 2013 18:14:57 +0000 (19:14 +0100)
committerTom Hughes <tom@compton.nu>
Wed, 2 Oct 2013 18:23:20 +0000 (19:23 +0100)
roles/ironbelly.rb

index 427e9ce9cdf18bdeaed961825989e97227d757e2..c831c995cc0826fe72c83aa64ea23d69654106ce 100644 (file)
@@ -5,6 +5,10 @@ default_attributes(
   :apt => {
     :sources => [ "ubuntugis-unstable" ]
   },
+  :git => {
+    :allowed_nodes => "*:*",
+    :backup => "chef-git"
+  },
   :networking => {
     :interfaces => {
       :internal_ipv4 => {
@@ -90,5 +94,6 @@ run_list(
   "role[stats]",
   "role[planet]",
   "recipe[rsyncd]",
-  "recipe[openvpn]"
+  "recipe[openvpn]",
+  "recipe[git::server]"
 )