mirror of
https://github.com/valitydev/salt.git
synced 2024-11-09 01:36:48 +00:00
commit
10601528ea
@ -8,6 +8,9 @@ from __future__ import absolute_import
|
||||
import salt.utils
|
||||
from salt.exceptions import CommandExecutionError
|
||||
|
||||
import logging
|
||||
log = logging.getLogger(__name__)
|
||||
|
||||
# Define the module's virtual name
|
||||
__virtualname__ = 'sysctl'
|
||||
|
||||
@ -79,7 +82,7 @@ def show(config_file=False):
|
||||
elif comps[0]:
|
||||
ret[comps[0]] += '{0}\n'.format(line)
|
||||
else:
|
||||
continue
|
||||
continue
|
||||
return ret
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user