Project

General

Profile

Actions

Bug #6945

closed

smart-proxy doesn't find the autosign.conf if not at "#{puppetdir}/autosign.conf"

Added by Brian Witt over 10 years ago. Updated over 7 years ago.

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

Description

modules/puppetca/puppetca.rb hardocodes the autosign.conf file to

def autosign_file
"#{puppetdir}/autosign.conf"
end

so even if we've set a different location in puppet.conf:

autosign = /etc/autosign.conf { mode = 664 }

we still see this error in the foreman-proxy logs:

No such file /etc/puppet/autosign.conf

Actions

Also available in: Atom PDF