Nice to have on This list an ex rpm maintainer :) -----Original Message----- From: Paul Nasrat Sent: 26/08/2010, 16:41 To: [email protected] Subject: Re: [Puppet Users] Re: RPM Provider broken?
On 26 August 2010 08:16, Christian Casar <[email protected]> wrote: >> If you add name => "apache2-mod_security2", it should do what you expect. > > Oh great :) > That works! > But I have to add the complete package name (apache2- > mod_security2-2.5.9-6.2.x86_64 > ) instead of just "apache2-mod_security2" > You should only need what rpm thinks is the name (or the full NVR, which will work with an rpm query) rpm --queryformat '%{name}\n' -qp /tmp/apache2-mod_security2-2.5.9-6.2.x86_64.rpm Paul -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en. -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
