Alexander Dacre
2015-09-18 17:55:01 UTC
Hi,
I'm having some difficulty with specifying a nogpgcheck option when
installing custom RPM packages via Puppet. The problem is that the
install_options do not get picked up by the agent.
I've tried the following syntax:
package { blah:
ensure => latest,
install_options => [ '--nogpgcheck'],
}
package { blah:
ensure => latest,
install_options => '--nogpgcheck',
}
But the client just doesn't pick it up and the run fails due to the package
not being signed.
Any suggestions?
Thanks,
A
I'm having some difficulty with specifying a nogpgcheck option when
installing custom RPM packages via Puppet. The problem is that the
install_options do not get picked up by the agent.
I've tried the following syntax:
package { blah:
ensure => latest,
install_options => [ '--nogpgcheck'],
}
package { blah:
ensure => latest,
install_options => '--nogpgcheck',
}
But the client just doesn't pick it up and the run fails due to the package
not being signed.
Any suggestions?
Thanks,
A
--
You received this message because you are subscribed to the Google Groups "Puppet Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to puppet-users+***@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/puppet-users/99a6162b-99bb-4ac1-8b95-7ffb6c2714df%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
You received this message because you are subscribed to the Google Groups "Puppet Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to puppet-users+***@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/puppet-users/99a6162b-99bb-4ac1-8b95-7ffb6c2714df%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.