diff --git a/CHANGELOG.md b/CHANGELOG.md index ab6e682..88d9e89 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +## [Unreleased] + +### Fixed +* Fix resource ordering: skip plugins on error + ## [2.0.0] - 2020-11-01 This is the first release after forking the module. It aims to be compatible with spacepants/ds_389, but please read the migration notes in the README. diff --git a/manifests/instance.pp b/manifests/instance.pp index a3a6448..46b2b79 100644 --- a/manifests/instance.pp +++ b/manifests/instance.pp @@ -423,6 +423,8 @@ root_dn_pass => $root_dn_pass, server_host => $server_host, server_port => $server_port, + require => Service["dirsrv@${server_id}"], + before => Anchor["${name}_ldif_modify"], } } }