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

Bug: Puppet creates empty key files when using Hiera and create_resources() #7

Merged
merged 1 commit into from Aug 27, 2016

Conversation

lklimek
Copy link

@lklimek lklimek commented Aug 24, 2016

How to reproduce:
hiera .yaml

yum::gpgkey:
  '/etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-6.puppet-managed':
    path: '/etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-6.puppet-managed'
    ensure: 'present'
    source: puppet:///modules/yum/gpgkey/RPM-GPG-KEY-EPEL-6

manifest.pp:

$yum_gpgkeys = hiera_hash("yum::gpgkey")
create_resources("yum::gpgkey", $yum_gpgkeys)

@jyaworski jyaworski merged commit 7d75ba4 into voxpupuli:master Aug 27, 2016
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 this pull request may close these issues.

None yet

2 participants