Skip to content
Snippets Groups Projects
Commit ce19a4c9 authored by Klas Arvidsson's avatar Klas Arvidsson
Browse files

Merge branch 'andma54-key' into 'production'

Add additional authorised key for andma54 for great convenience!

See merge request !65
parents f8a50285 a8da541a
No related branches found
No related tags found
1 merge request!65Add additional authorised key for andma54 for great convenience!
Pipeline #163935 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