Révision 1eda6efa
Rely on puppet 6 calling daemon-reload
Since Puppet 6 now there no need to explicitly
call `systemctl daemon-reload`.
spec/acceptance/default_spec.rb | ||
---|---|---|
23 | 23 |
].join("\n"), |
24 | 24 |
notify => Service["nftables"], |
25 | 25 |
} |
26 |
# Puppet 5 only to ensure ordering. |
|
27 |
Class['systemd::systemctl::daemon_reload'] -> Service['nftables'] |
|
28 | 26 |
EOS |
29 | 27 |
# Run it twice and test for idempotency |
30 | 28 |
apply_manifest(pp, catch_failures: true) |
Formats disponibles : Unified diff