Skip to content

Commit

Permalink
Fix anchoring in postgresql::server::plperl
Browse files Browse the repository at this point in the history
When using anchors, resources should be sandwiched those. An ordering
relation was missing for the "end" anchor.
  • Loading branch information
smortex committed Oct 17, 2024
1 parent 2d19e18 commit 5141e7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/server/plperl.pp
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@
-> Class['postgresql::server::install']
-> Package['postgresql-plperl']
-> Class['postgresql::server::service']
anchor { 'postgresql::server::plperl::end': }
-> anchor { 'postgresql::server::plperl::end': }
}

0 comments on commit 5141e7d

Please sign in to comment.