Skip to content

Commit

Permalink
Add jon user to crm role
Browse files Browse the repository at this point in the history
  • Loading branch information
Firefishy committed Jun 5, 2024
1 parent 7e950d5 commit 2732dcf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions cookbooks/accounts/files/default/jon/.ssh/authorized_keys
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# DO NOT EDIT - This file is being maintained by Chef - use authorized_keys2 instead
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJ7+XFfUNpROjhV1dHafBcioRITxmRP4BLQYJxrYNzoD jon@zabuntu
ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCjdLPoR/7Q/fJ6vJNJRuyVEwUOx4+p2rRWgvQQ16zv1WP6lNObtolWK2RAqswu4xs7hvkT2uHasHiwhIDy2UjHFn6cshJdCsAPwrCbBXftLPat2du1Ip4tma9WmxE1fKveOHK8atzLhwZ8afU7wBMvXm9CD2zcQrAwrHFJynI/IQhXucsPqtL3prESstFHocQ3LLr48UmrGFVSH+hdxIurDkOK1JSDoejZvmiA2yUVZ5qgYZErI9cuqU/CumqCUAtPnR8EH+BFnI85Hg3FWiYQMy8rZQCFPdzihBIp8bOnaWqUEzmCpA8eBCiGB4VF2X3b0NKZEZVz6lTczCiORIDsaermy2+MUj7e7B49NenVxH92S67gjmT+5H2XCvFrV0bKAuFdfueLQYPg9oWHNZ6tkLvEh7rkStGRD3pCAnqL7n6/EFlMNJp/QaY87+FivCVLP9Po+GHZoSlEIkZPU8JAncnulbD0Ru7jbkz3e8XapAg58f/LOQuHpiltBMI4hHM= jon@aeroplane
3 changes: 2 additions & 1 deletion roles/crm.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
default_attributes(
:accounts => {
:users => {
:stereo => { :status => :administrator }
:stereo => { :status => :administrator },
:jon => { :status => :user }
}
},
:exim => {
Expand Down

0 comments on commit 2732dcf

Please sign in to comment.