Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update rhsm.conf template #85

Closed
kallies opened this issue Feb 19, 2019 · 1 comment · Fixed by #86
Closed

Update rhsm.conf template #85

kallies opened this issue Feb 19, 2019 · 1 comment · Fixed by #86

Comments

@kallies
Copy link
Contributor

kallies commented Feb 19, 2019

Current subscription-manager packages (e.g. 1.21.10-3.el7_6) deliver an updated rhsm.conf. Therefore the template should be updated. New values are:

repomd_gpg_url =
auto_enable_yum_plugins = 1
inotify = 1

See also https://github.com/candlepin/subscription-manager/blob/master/etc-conf/rhsm.conf#L86

Affected Puppet, Ruby, OS and module versions/distributions

  • Distribution: RHEL 7
  • Module version: 3.2.0

How to reproduce (e.g Puppet code you use)

class { 'rhsm':
  activationkey         => 'act-lce-rhel-7',
  org                   => 'satellite_organization',
  servername            => 'satellite.example.com',
  serverprefix          => '/rhsm',
  repo_ca_cert_filename => 'katello-server-ca.pem',
  repo_ca_cert_source   => 'puppet:///modules/profile/katello-server-ca.crt',
  full_refresh_on_yum   => 1,
  baseurl               => 'https://satellite.example.com/pulp/repos',
}

What are you seeing

Removal of default parameters

What behaviour did you expect instead

Keeping defaults.

Output log

- repomd_gpg_url =
- auto_enable_yum_plugins = 1
- inotify = 1
@bastelfreak
Copy link
Member

Hi @kallies, thanks for reporting this. Are you able to provide a PR for it?

kallies added a commit to kallies/puppet-rhsm that referenced this issue Feb 21, 2019
kallies added a commit to kallies/puppet-rhsm that referenced this issue Feb 22, 2019
kallies added a commit to kallies/puppet-rhsm that referenced this issue Feb 25, 2019
kallies added a commit to kallies/puppet-rhsm that referenced this issue Sep 11, 2019
kallies added a commit to kallies/puppet-rhsm that referenced this issue Oct 10, 2019
kallies added a commit to kallies/puppet-rhsm that referenced this issue Oct 25, 2019
kallies added a commit to kallies/puppet-rhsm that referenced this issue Oct 25, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants