]> git.openstreetmap.org Git - chef.git/blobdiff - roles/chef-repository.rb
fix rubocop offenses
[chef.git] / roles / chef-repository.rb
index d551353d03078cfb529462e41872c78ba965ad9d..51129142601f5af1143df1968f5dae409c4bcae8 100644 (file)
@@ -25,7 +25,8 @@ default_attributes(
     }
   },
   :chef => {
-    :repository => "/var/lib/git/chef.git"
+    :public_repository => "/var/lib/git/public/chef.git",
+    :private_repository => "/var/lib/git/private/chef.git"
   }
 )