Project

General

Profile

Actions

Bug #15323

closed

puppet.yml.example gives incorrect puppet_proxy_puppetssh provider name

Added by Dominic Cleal almost 8 years ago. Updated almost 6 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
Puppet
Target version:
Difficulty:
trivial
Triaged:
Fixed in Releases:
Found in Releases:

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']
Actions #1

Updated by Dominic Cleal almost 8 years ago

https://github.com/theforeman/puppet-foreman_proxy/issues/254 tracks corresponding changes needed in the Puppet module.

Actions #2

Updated by Dominic Cleal almost 8 years ago

  • Status changed from New to Assigned
  • Assignee set to Dominic Cleal
Actions #3

Updated by The Foreman Bot almost 8 years ago

  • Status changed from Assigned to Ready For Testing
  • Pull request https://github.com/theforeman/smart-proxy/pull/427 added
Actions #4

Updated by Dominic Cleal almost 8 years ago

  • Status changed from Ready For Testing to Closed
  • % Done changed from 0 to 100
Actions #5

Updated by Dirk Mayer over 7 years ago

I have exact the same issue in foreman 1.13.0:

$ grep ssh /etc/foreman-proxy/settings.d/puppet.yml
  1. puppet_proxy_ssh (run puppet over ssh)
    :use_provider: puppet_proxy_puppetssh

it should be puppet_proxy_ssh instead of puppet_proxy_puppetssh

Actions

Also available in: Atom PDF