Skip to content
Snippets Groups Projects
Commit 7a5e5eab authored by Anders Fröberg's avatar Anders Fröberg
Browse files

Merge branch 'devel' into 'test'

Added sudo:ers

See merge request !20
parents 982261d5 92d7cdae
No related branches found
No related tags found
2 merge requests!21Test,!20Added sudo:ers
Pipeline #89915 passed
......@@ -48,4 +48,12 @@ class eproflearn {
# type => 'ssh-rsa',
# key => '<key here>',
# }
$sudoers = @(EOT)
emini757 ALL=(ALL) ALL
| EOT
file { '/etc/sudoers.d/02-student-root':
ensure => file,
mode => '0440',
content => $sudoers,
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment