Merge pull request #36852 from rallytime/bp-36743

Back-port #36743 to 2016.3
This commit is contained in:
Nicole Thomas 2016-10-07 15:35:43 -06:00 committed by GitHub
commit 01348bde18

View file

@ -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):