Skip to content

Commit 5761fb6

Browse files
committed
Fix anchoring in postgresql::server::plperl
When using anchors, resources should be sandwiched those. An ordering relation was missing for the "end" anchor.
1 parent cc6f222 commit 5761fb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manifests/server/plperl.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@
1616
-> Class['postgresql::server::install']
1717
-> Package['postgresql-plperl']
1818
-> Class['postgresql::server::service']
19-
anchor { 'postgresql::server::plperl::end': }
19+
-> anchor { 'postgresql::server::plperl::end': }
2020
}

0 commit comments

Comments
 (0)