Sha256: 6f01c0b4d80323129b00838f9f840c2aef2a859fe1411cbb6223dba2c1459ab8

Contents?: true

Size: 1012 Bytes

Versions: 5

Compression:

Stored size: 1012 Bytes

Contents

--- 
- |
  # comment 1
  # Puppet Name: name2
  env3=val
  * * * * * command4
  # Puppet Name: name with spaces
  env3=val
  env4=other
  * * * * * command5
  # comment 5

- - :record_type: :comment
    :line: "# comment 1"
  - :command: command4
    :environment: 
    - env3=val
    :name: name2
    :record_type: :crontab
  - :command: command5
    :environment: 
    - env3=val
    - env4=other
    :name: name with spaces
    :record_type: :crontab
  - :record_type: :comment
    :line: "# comment 5"
--- 
- |
  # comment 1
  # Puppet Name: name2
  env3=val
  * * * * * command4
  # Puppet Name: name with spaces
  env3=val
  env4=other
  * * * * * command5
  # comment 5

- - :record_type: :comment
    :line: "# comment 1"
  - :command: command4
    :environment: 
    - env3=val
    :name: name2
    :record_type: :crontab
  - :command: command5
    :environment: 
    - env3=val
    - env4=other
    :name: name with spaces
    :record_type: :crontab
  - :record_type: :comment
    :line: "# comment 5"

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
puppet-0.24.9 test/data/providers/cron/crontab_multiple_with_env.yaml
puppet-0.24.5 test/data/providers/cron/crontab_multiple_with_env.yaml
puppet-0.24.6 test/data/providers/cron/crontab_multiple_with_env.yaml
puppet-0.24.7 test/data/providers/cron/crontab_multiple_with_env.yaml
puppet-0.24.8 test/data/providers/cron/crontab_multiple_with_env.yaml