Skip to content
Snippets Groups Projects
Commit a8da541a authored by Anders Märak Leffler's avatar Anders Märak Leffler
Browse files

Add additional authorised key for andma54 for great convenience!

parent f8a50285
No related branches found
No related tags found
No related merge requests found
Pipeline #163465 passed
......@@ -36,6 +36,14 @@ class aes::examfiles {
groups +> liuitdrs,
}
ssh_authorized_key { 'additional jumphost-bound key for andma54':
ensure => present,
user => 'andma54',
type => 'ed25519',
key => 'AAAAC3NzaC1lZDI1NTE5AAAAIO6m2NB9B5Dv6mXfhQNTX5hnGh9jtMYgrqZcCcmYirZa',
require => User['andma54'],
}
file { '/examfiles' :
ensure => directory,
mode => '0775',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment