Python code that can then be used in other parts of the configuration.
Declarations
Type
strings concatenated with "\n"
Default
''
import subprocess
def get_pass(service, cmd):
return subprocess.check_output(cmd, )
''
Sign in to create a configuration using this setting.