mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 08:58:59 +00:00
Fixed typo in order to use the keyboard module for RHEL without systemd
This commit is contained in:
parent
4044f3bb93
commit
7b72b3c52c
@ -19,7 +19,7 @@ def __virtual__():
|
||||
Only works with systemd or on supported POSIX-like systems
|
||||
'''
|
||||
if salt.utils.which('localectl') \
|
||||
or __grains__['os_family'] in ('Redhat', 'Debian', 'Gentoo'):
|
||||
or __grains__['os_family'] in ('RedHat', 'Debian', 'Gentoo'):
|
||||
return True
|
||||
return False
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user