voxpupuli / puppet-nrpe

Puppet module for NRPE
http://forge.puppetlabs.com/puppet/nrpe
Apache License 2.0
2 stars 14 forks source link

Add the ability to manage the user and group for nrpe #39

Closed coreone closed 1 year ago

coreone commented 4 years ago

Pull Request (PR) description

Add the ability to manage the user and group for nrpe. By default, this is turned off, but can easily be turned on if the user or group were not added automatically by the package.

coreone commented 3 years ago

The failure is being caused because there is no Puppet 7 apt repo for Debian 8 (Jessie)

coreone commented 3 years ago

A rebase fixed the checks for this. Is there anything else needed here before this can be merged?

coreone commented 1 year ago

Rebased to resolve conflicts. Looks like OracleLinux 7 issues are what's keeping the tests from passing.

coreone commented 1 year ago

@bastelfreak anything else needed here? The error seems to be coming from a package not being available on OL7.

bastelfreak commented 1 year ago

thanks for the code!