summaryrefslogtreecommitdiffstats
path: root/test/data/providers/cron/crontab.allthree
blob: c1a61c30dbe9db6ed5c3870eb34842a38aa5790a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
---
- |
  # comment 1
  # Puppet Name: name2
  env3=val
  * * * * * command4
  # comment 5

- - :record_type: :comment
    :line: "# comment 1"
  - :command: command4
    :environment:
    - env3=val
    :name: name2
    :record_type: :crontab
  - :record_type: :comment
    :line: "# comment 5"