summaryrefslogtreecommitdiffstats
path: root/test/data/providers/cron/crontab.multirecords
blob: 44d41f5357bbb7b814de830e6e3b8cf8945ea8e7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
---
- |
  # comment 9
  env10=val
  * * * * * command11

- - :record_type: :comment
    :line: "# comment 9"
  - :record_type: :environment
    :line: env10=val
  - :command: command11
    :record_type: :crontab