Merge branch 'master' into dry-run
This commit is contained in:
commit
ddcfd26b64
@ -9,6 +9,7 @@ from solar.core.handlers.shell import Shell
|
|||||||
HANDLERS = {'ansible': AnsibleTemplate,
|
HANDLERS = {'ansible': AnsibleTemplate,
|
||||||
'ansible_playbook': AnsiblePlaybook,
|
'ansible_playbook': AnsiblePlaybook,
|
||||||
'shell': Shell,
|
'shell': Shell,
|
||||||
|
'puppet': Puppet,
|
||||||
'none': Empty}
|
'none': Empty}
|
||||||
|
|
||||||
def get(handler_name):
|
def get(handler_name):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user