Left: | ||
Right: |
OLD | NEW |
---|---|
1 Cron { | 1 Cron { |
2 environment => hiera('cron::environment', []), | 2 environment => hiera('cron::environment', []), |
3 } | 3 } |
4 | 4 |
5 Exec { | 5 Exec { |
6 logoutput => 'on_failure', | 6 logoutput => 'on_failure', |
7 } | 7 } |
8 | 8 |
9 File { | |
10 group => 'root', | |
mathias
2016/11/22 15:33:13
Please use two spaces for indentation, thank you :
f.nicolaisen
2016/11/22 15:48:50
Acknowledged.
| |
11 } | |
12 | |
9 import 'nodes.pp' | 13 import 'nodes.pp' |
14 | |
OLD | NEW |