Actions
Bug #15323
closedpuppet.yml.example gives incorrect puppet_proxy_puppetssh provider name
Difficulty:
trivial
Triaged:
Pull request:
Description
The Puppet SSH provider name given in the example puppet.yml file is incorrect, it should be puppet_proxy_ssh
:
$ grep ssh config/settings.d/puppet.yml.example # puppet_proxy_puppetssh (run puppet over ssh)
puppet_proxy_puppetssh
fails:
D, [2016-06-07T12:15:10.462710 #4657] DEBUG -- : 'puppet' settings: 'enabled': true, 'puppet_version': 3.8, 'use_provider': ["puppet_proxy_puppetssh", :puppet_proxy_legacy] E, [2016-06-07T12:15:10.463628 #4657] ERROR -- : Disabling all modules in the group ['puppet']: following providers are not available ['puppet_proxy_puppetssh']
Updated by Dominic Cleal over 8 years ago
https://github.com/theforeman/puppet-foreman_proxy/issues/254 tracks corresponding changes needed in the Puppet module.
Updated by Dominic Cleal over 8 years ago
- Status changed from New to Assigned
- Assignee set to Dominic Cleal
Updated by The Foreman Bot over 8 years ago
- Status changed from Assigned to Ready For Testing
- Pull request https://github.com/theforeman/smart-proxy/pull/427 added
Updated by Dominic Cleal over 8 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset fd75364e432ebaec0ccecc591d3566c3dfbb0947.
Updated by Dirk Mayer about 8 years ago
I have exact the same issue in foreman 1.13.0:
$ grep ssh /etc/foreman-proxy/settings.d/puppet.yml- puppet_proxy_ssh (run puppet over ssh)
:use_provider: puppet_proxy_puppetssh
it should be puppet_proxy_ssh instead of puppet_proxy_puppetssh
Actions