projects
/
chef.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
49d52a2
)
Give Stereo access to chef git
author
Tom Hughes
<tom@compton.nu>
Mon, 11 Mar 2019 20:13:54 +0000
(20:13 +0000)
committer
Tom Hughes
<tom@compton.nu>
Mon, 11 Mar 2019 20:15:32 +0000
(20:15 +0000)
roles/chef-repository.rb
patch
|
blob
|
history
diff --git
a/roles/chef-repository.rb
b/roles/chef-repository.rb
index 51129142601f5af1143df1968f5dae409c4bcae8..55f62f6c6bf6b3e0a4c5c3d8fb056d74d457f217 100644
(file)
--- a/
roles/chef-repository.rb
+++ b/
roles/chef-repository.rb
@@
-12,6
+12,10
@@
default_attributes(
:status => :user,
:shell => "/usr/bin/git-shell"
},
+ :stereo => {
+ :status => :user,
+ :shell => "/usr/bin/git-shell"
+ },
:yellowbkpk => {
:status => :user,
:shell => "/usr/bin/git-shell"
@@
-19,7
+23,7
@@
default_attributes(
:chefrepo => {
:status => :role,
:members => [
- :tomh, :grant, :matt, :jburgess, :lonvia, :yellowbkpk, :bretth, :jochen
+ :tomh, :grant, :matt, :jburgess, :lonvia, :yellowbkpk, :bretth, :jochen
, :stereo
]
}
}