Hello, I used to have something like this:
yumrepo { "foobar": [...] gpgkey => ["file:///etc/pki/rpm-gpg/key1", "file:///etc/pki/rpm-gpg/key2"], } Which as expected used to generate files looking like this: [foobar] gpgkey=file:///etc/pki/rpm-gpg/key1 file:///etc/pki/rpm-gpg/key2 It appears this no longer works with 0.24.6. I'm pretty sure it worked with 0.24.5. I now use this instead: gpgkey => "file:///etc/pki/rpm-gpg/key1\n\tfile:///etc/pki/rpm-gpg/key2", This small change isn't very important from my point of view, but I thought it might be worth pointing out. Should I file a bug report or was it me who was doing things wrong ? Thanks ! Marc --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com To unsubscribe from this group, send email to puppet-users+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en -~----------~----~----~----~------~----~------~--~---