default_attributes(
:accounts => {
:users => {
+ :jochen => {
+ :status => :user,
+ :shell => "/usr/bin/git-shell"
+ },
:lonvia => {
:status => :user,
:shell => "/usr/bin/git-shell"
},
:chefrepo => {
:status => :role,
- :members => [
- :tomh, :grant, :matt, :jburgess, :lonvia, :yellowbkpk, :bretth
+ :members => [
+ :tomh, :grant, :matt, :jburgess, :lonvia, :yellowbkpk, :bretth, :jochen
]
}
}