projects
/
chef.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Fix git repository ownership
[chef.git]
/
roles
/
ironbelly.rb
diff --git
a/roles/ironbelly.rb
b/roles/ironbelly.rb
index c831c995cc0826fe72c83aa64ea23d69654106ce..7c90c9c87ed9d569e2b87134fd375d83edb74573 100644
(file)
--- a/
roles/ironbelly.rb
+++ b/
roles/ironbelly.rb
@@
-7,6
+7,8
@@
default_attributes(
},
:git => {
:allowed_nodes => "*:*",
+ :user => "chefrepo",
+ :group => "chefrepo",
:backup => "chef-git"
},
:networking => {