2
0
mirror of https://github.com/cmehay/pyentrypoint synced 2024-10-30 15:21:11 +00:00
pyentrypoint/tests/configs/unhandled.yml

15 lines
150 B
YAML
Raw Permalink Normal View History

2016-03-06 15:43:01 +00:00
command: cat
user: 1000
group: 1000
pre_conf_commands:
- echo NOPE > /tmp/CMD4
post_conf_commands:
- echo NOPE >> /tmp/CMD4
2016-05-08 15:11:01 +00:00
debug: true