]> git.openstreetmap.org Git - chef.git/commitdiff
Add jon user to crm role
authorGrant Slater <github@firefishy.com>
Wed, 5 Jun 2024 10:17:14 +0000 (11:17 +0100)
committerGrant Slater <github@firefishy.com>
Wed, 5 Jun 2024 10:17:29 +0000 (11:17 +0100)
Closes: https://github.com/openstreetmap/operations/issues/1093
cookbooks/accounts/files/default/jon/.ssh/authorized_keys [new file with mode: 0644]
roles/crm.rb

diff --git a/cookbooks/accounts/files/default/jon/.ssh/authorized_keys b/cookbooks/accounts/files/default/jon/.ssh/authorized_keys
new file mode 100644 (file)
index 0000000..d2ff782
--- /dev/null
@@ -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
index cbcd8628d986cf5f967b87b940b22f3077b937c8..372c05c57c7eee7e7cfec59af495935afd5bd544 100644 (file)
@@ -4,7 +4,8 @@ description "Role applied to CRM server"
 default_attributes(
   :accounts => {
     :users => {
-      :stereo => { :status => :administrator }
+      :stereo => { :status => :administrator },
+      :jon => { :status => :user }
     }
   },
   :exim => {