mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Header for minion.py
This commit is contained in:
parent
83169cc6e3
commit
a70ff624af
1 changed files with 10 additions and 0 deletions
|
@ -0,0 +1,10 @@
|
|||
'''
|
||||
Routines to set up a minion
|
||||
'''
|
||||
# Import python libs
|
||||
import os
|
||||
# Import salt libs
|
||||
import salt.crypt
|
||||
import salt.utils
|
||||
|
||||
|
Loading…
Add table
Reference in a new issue