Repository URL to install this package:
|
Version:
1.0.0b1 ▾
|
doc:
short_help: Environment variables for a systemd unit.
args:
env_vars:
doc:
short: Dictionary of environment variable key/values.
type: dict
keyschema:
type: string
frecklets:
- file-with-content:
path: '{{:: path ::}}'
group: '{{:: group ::}}'
owner: '{{:: owner ::}}'
mode: '{{:: mode ::}}'
content: "{%:: for k, v in env_vars.items() ::%}{{:: k ::}}={{:: v ::}}\n{%:: endfor ::%}"
meta: {}