ncsa / puppet-rhsm

Puppet repository for Redhat subscription module
0 stars 0 forks source link

ASDPLNG-323: Fix typo in hiera rhsm::proxy::hostname #6

Closed billglick closed 2 years ago

billglick commented 2 years ago

./data/common.yaml was setting rhsm::proxy::host instead of rhsm::proxy::hostname.

This is being tested on control-pup01.

This is such a minor change/fix that it doesn't really need review. But I'm following the standard pull request process so that others are aware of the change. Note also that I'm going to delete the current tag v0.1.4 that I created earlier today and replace it with this change. This is not what we normally want to do, but in this particular case I think it makes sense.

billglick commented 2 years ago

In case anyone is curious... never overwrite a Git tag. It confused r10k. I ended up creating a new v0.1.5 tag (and will eventually delete the old tag).