mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 09:23:56 +00:00
Add some outputters for the puppet module
This commit is contained in:
parent
8f5dc3e4c6
commit
c75aeea58c
@ -4,6 +4,11 @@ Execute puppet routines
|
||||
|
||||
from salt.exceptions import CommandNotFoundError
|
||||
|
||||
__outputter__ = {
|
||||
'run': 'txt',
|
||||
'noop': 'txt',
|
||||
}
|
||||
|
||||
def _check_puppet():
|
||||
'''
|
||||
Checks if puppet is installed
|
||||
|
Loading…
Reference in New Issue
Block a user