voxpupuli / puppet-consul

A Puppet Module to Manage Consul
Apache License 2.0
121 stars 315 forks source link

Package install: Fix ordering when data_dir isnt managed #605

Closed bastelfreak closed 1 year ago

bastelfreak commented 1 year ago

Previously, we ensured that the package resources comes before creating a file resource for the data dir. This doesn't always make sense. The rpm/deb packages (depending in the platform) will create the directory for us, so we don't need to care about it.

Contains https://github.com/voxpupuli/puppet-consul/pull/604 to proove it's a bug.

bastelfreak commented 1 year ago

Implemented in #610