Actions
Bug #15043
closedmcollective puppetrun provider can't find puppet-agent mco binary
Description
In puppet 4 (puppet-agent AIO packages) the location of the mco binary has changed.
The mcollective puppetrun provider tries to find the mco binary here.
https://github.com/theforeman/smart-proxy/blob/f9c9e7ad4183d26e4060ed85bf38d580b5c356bd/modules/puppet_proxy/mcollective.rb#L18
and fails.
Actions