mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 00:55:19 +00:00
remove comments from scripts, they don't need to be there
This commit is contained in:
parent
adb217c5db
commit
9f2f1a8320
@ -2,9 +2,7 @@
|
||||
'''
|
||||
Publish commands to the salt system from the command line on the master.
|
||||
'''
|
||||
# Eventually we need to be able to interlink salt masters and form quorum's,
|
||||
# and create the ability for external systems to talk to salt. This interface
|
||||
# is just a cli interface so that we can get this kicked off and working
|
||||
|
||||
import salt.cli
|
||||
|
||||
def main():
|
||||
|
@ -2,9 +2,7 @@
|
||||
'''
|
||||
Publish commands to the salt system from the command line on the master.
|
||||
'''
|
||||
# Eventually we need to be able to interlink salt masters and form quorum's,
|
||||
# and create the ability for external systems to talk to salt. This interface
|
||||
# is just a cli interface so that we can get this kicked off and working
|
||||
|
||||
import salt.cli
|
||||
|
||||
def main():
|
||||
|
Loading…
Reference in New Issue
Block a user