Skip to content

Commit c843185

Browse files
committed
(bug) reload the service after the deletion of old unit file
1 parent 4065ce2 commit c843185

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manifests/server/config.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@
230230
refreshonly => true,
231231
path => '/bin:/usr/bin:/usr/local/bin',
232232
}
233-
$systemd_notify = [Exec['restart-systemd'], Class['postgresql::server::service']]
233+
$systemd_notify = Exec['restart-systemd'] -> Class['postgresql::server::service']
234234
}
235235
else {
236236
$systemd_notify = Class['postgresql::server::service']

0 commit comments

Comments
 (0)