Add some outputters for the puppet module

This commit is contained in:
Jeff Schroeder 2012-01-21 21:46:57 -08:00
parent 8f5dc3e4c6
commit c75aeea58c

View File

@ -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