Skip to content

Commit 70944d1

Browse files
sheenaajayekohl
andauthored
Update before on the exec resource
Co-authored-by: Ewoud Kohl van Wijngaarden <ewoud@kohlvanwijngaarden.nl>
1 parent 9394cc9 commit 70944d1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

manifests/server/config.pp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,6 +265,7 @@
265265
owner => root,
266266
group => root,
267267
path => "/etc/systemd/system/${service_name}.service",
268-
} -> Exec['restart-systemd'] -> Class['postgresql::server::service']
268+
before => Exec['restart-systemd'],
269+
}
269270
}
270271
}

0 commit comments

Comments
 (0)