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

addes aes_sw, included aes_sw and opendsa, updated sudoers

parent da759ea7
No related branches found
No related tags found
No related merge requests found
klaar36 ALL=(ALL) NOPASSWD: ALL klaar36 ALL=(ALL) NOPASSWD: ALL
filst04 ALL=(ALL) NOPASSWD: ALL filst04 ALL=(ALL) NOPASSWD: ALL
User_Alias EXAM_ADMINS = torjo38, klaar36, vikol94, magni54, filst04
Runas_Alias EXAM_USER = examadm
EXAM_ADMINS ALL=(EXAM_USER) NOPASSWD:NOEXEC: ALL
class aes::aes_sw {
user { "examadm" :
ensure => present,
managehome => false,
membership => inclusive,
system => true,
shell => '/sbin/nologin',
}
}
class aes { class aes {
include aes::aes_sw
include aes::opendsa
include aes::squid_filter include aes::squid_filter
include ::liurepo::centos_sclo_rh include ::liurepo::centos_sclo_rh
...@@ -55,11 +57,13 @@ class aes { ...@@ -55,11 +57,13 @@ class aes {
service squid is tcp/3128 service squid is tcp/3128
service sclogin is tcp/23431 service sclogin is tcp/23431
service aesms is tcp/23816 service aesms is tcp/23816
# service opendsa is tcp/12000
policy chain INPUT is policy chain INPUT is
accept service:squid from class:liu-nets accept service:squid from class:liu-nets
accept service:sclogin from class:liu-nets accept service:sclogin from class:liu-nets
accept service:aesms from class:liu-nets accept service:aesms from class:liu-nets
# accept service:opendsa from class:liu-nets
end policy end policy
|-EOF |-EOF
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment