summaryrefslogtreecommitdiffstats
path: root/test/data/providers/cron/crontab.allthree
blob: dd2a40466c061e11b91e2a4c147d55da8bb8bd21 (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"