diff --git a/manifests/init.pp b/manifests/init.pp index 0d539f40b504d4c1ade3819898c9d41d568ce640..a0be8463cec6057a9df1699d9b4ca1752c0cab9e 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -1,8 +1,9 @@ +# Just a dummy comment to silence linting class openspace_users { users::liu_user { 'emmbr26': commonname => 'Emma Broman', shell => '/bin/bash', - sshkey => '', + sshkey => 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGM+gqqrP3NDhSHIboUwfwJPlKRKqOkTF3gqbMcUoQDn <comment>', } users::liu_user { 'malej60': commonname => 'Malin Ejdbo',