mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge pull request #36852 from rallytime/bp-36743
Back-port #36743 to 2016.3
This commit is contained in:
commit
01348bde18
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ def __virtual__():
|
|||
if __grains__['os'] == 'OpenBSD':
|
||||
return __virtualname__
|
||||
return (False, 'The openbsd_sysctl execution module cannot be loaded: '
|
||||
'only available on FreeBSD systems.')
|
||||
'only available on OpenBSD systems.')
|
||||
|
||||
|
||||
def show(config_file=False):
|
||||
|
|
Loading…
Add table
Reference in a new issue