mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 01:18:58 +00:00
Add/remove newlines
Needed for the lint check to pass.
This commit is contained in:
parent
7037fa116d
commit
65a0f102fd
@ -25,6 +25,7 @@ import salt.minion
|
||||
|
||||
log = logging.getLogger(__name__)
|
||||
|
||||
|
||||
class SSHState(salt.state.State):
|
||||
'''
|
||||
Create a State object which wraps the SSH functions for state operations
|
||||
@ -76,7 +77,6 @@ class SSHHighState(salt.state.BaseHighState):
|
||||
'''
|
||||
return
|
||||
|
||||
|
||||
def _ext_nodes(self):
|
||||
'''
|
||||
Evaluate master_tops locally
|
||||
|
Loading…
Reference in New Issue
Block a user