satori/satori/sysinfo/ohai.py

7 lines
109 B
Python

"""."""
def get_systeminfo(resource, config, interactive=False):
"""."""
return {'ohai': 'there!'}