From aeeb2822714302abd4ecec122bbdbca2389edfa2 Mon Sep 17 00:00:00 2001 From: Frank Wall Date: Mon, 2 Nov 2020 22:41:38 +0100 Subject: [PATCH] add resouce relationships for plugins --- CHANGELOG.md | 5 +++++ manifests/instance.pp | 2 ++ 2 files changed, 7 insertions(+) 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"], } } }