added OpenBSD data

This commit is contained in:
Lukas Resch 2019-02-22 10:15:55 +01:00
parent dce5da733a
commit d0e4615453

View File

@ -50,6 +50,17 @@
'sudo_package': 'sudo',
'googleauth_package': 'pam_google_authenticator',
},
'OpenBSD': {
'sudoers_dir': '/etc/sudoers.d',
'sudoers_file': '/etc/sudoers',
'googleauth_dir': '/etc/google_authenticator.d',
'root_group': 'wheel',
'shell': '/bin/csh',
'visudo_shell': '/usr/local/bin/bash',
'bash_package': 'bash',
'sudo_package': 'sudo',
'googleauth_package': 'pam_google_authenticator',
},
'Solaris': {
'sudoers_dir': '/opt/local/etc/sudoers.d',
'sudoers_file': '/opt/local/etc/sudoers',