Skip to content

Commit

Permalink
add resouce relationships for plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
fraenki committed Nov 2, 2020
1 parent b3b25c5 commit aeeb282
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 2 additions & 0 deletions manifests/instance.pp
Original file line number Diff line number Diff line change
Expand Up @@ -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"],
}
}
}
Expand Down

0 comments on commit aeeb282

Please sign in to comment.