Skip to content

Commit

Permalink
Drop systemd daemon-reload
Browse files Browse the repository at this point in the history
This is apparently not needed anymore on Puppet 6.

voxpupuli/puppet-systemd#171
  • Loading branch information
simondeziel committed Jun 3, 2021
1 parent 0aef0a4 commit 9929ab9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
if $restart_networkd and ! $systemd::manage_networkd {
service { 'systemd-networkd': }
Systemd::Network <| |>
~> Class['systemd::systemctl::daemon_reload']
~> Service['systemd-networkd']
}
}

0 comments on commit 9929ab9

Please sign in to comment.