John Bond
John Bond
I wonder if it would be possible and if so where would one start, to try and mock, in some way the puppetdb api specificity for exported resources and possibly...
@kjetilho pointed out out me recently that validate_x509_rsa_key_pair validates that the certificate is signed by the private key. It doesn't validate that the certificate and key are part of the...
I noticed upgrading that the `lvm_vg_#{vg}_pv` facts dose not use the `--no-headings` switch like the other facts. This PR adds the `--no-headings` switch and simplifies the collection
This likley needs fixing in pdk or .sync but wanted to at least test the fix first
Hi, i was trying to export data using the following command ```shell $ mergestat export puppet-mergestat.sqlit \ -e blame \ -e "SELECT files.path, blame.line_no, commits.hash, commits.author_email FROM files, blame('', '',...
a per the description we need to support User and Group in Systemd::Unit::Service
would be nice to have a new release to pick up systemd::manage_unit and systemd::manage_dropin
I noticed there where a couple of files that needed to be updated in centos 7 that where missed by this module. i have also added support for ldapi and...
### Bug Description When using `dellemc.openmanage.idrac_virtual_media` i get the following error ``` @Message.ExtendedInfo": [ { "Message": "Unable to complete the operation because the Authorization request header is present in the...
This PR introduces a new set of types for validating FQDN's. it creates a type for the more loose rfc definitions of domain names and a stricter and likely more...