Bug #2065
closedPuppetrun doesn't work in Puppet version > 3.x
Description
In the foreman interface, you're still able to use the puppetrun-method. However, this is deprecated in Puppet v3 and up and is superceded by 'puppet kick'.
====
20121220/#theforeman@freenode
16:56:34 < Dominic> peterva: could you file a bug please? I think it'll need a few small updates to use puppet kick instead of puppetrun, update sudoers rules etc.
Updated by Dominic Cleal almost 12 years ago
- Category set to Puppet integration
- Target version set to 1.1
I think we'll need to detect puppet kick
versus puppetrun
in a similar way to puppetmasterd/puppet master and puppetca. sudoers rules in the installer will also need updating.
Updated by Drew Blessing almost 12 years ago
I believe puppet kick is deprecated as of 3.0 as well. Per Eric Sorenson at PuppetLabs the preferred method going forward is MCollective for central stuff like this. [[http://puppetlabs.com/blog/say-hello-to-puppet-3/]]
Updated by Dominic Cleal almost 12 years ago
- Status changed from New to Assigned
- Assignee set to Dominic Cleal
Drew Blessing wrote:
I believe puppet kick is deprecated as of 3.0 as well. Per Eric Sorenson at PuppetLabs the preferred method going forward is MCollective for central stuff like this. [[http://puppetlabs.com/blog/say-hello-to-puppet-3/]]
Agreed, MCollective is the way forward. This change is only to re-enable the current kick functionality, but we should be looking to integrate with the mco puppetd plugin in the future.
Updated by Dominic Cleal almost 12 years ago
- Status changed from Assigned to Ready For Testing
https://github.com/theforeman/puppet-foreman_proxy/pull/38
https://github.com/theforeman/puppet-puppet/pull/28
The proxy already has the required logic thanks to #1066.
Updated by Dominic Cleal almost 12 years ago
- Status changed from Ready For Testing to Resolved
Both merged.