Bug #1098
closedautosign not supported with puppet enterprise
Description
I got this error while trying to cancel a build.
Failed to remove puppetagent5.logicminds.corp from the autosign file: Failed to remove autosign for puppetagent5.logicminds.corp: No such file /etc/puppet/autosign.conf
Since I am using puppet enterprise the path needs to change to /etc/pupppetlabs/puppet/autosign.conf or be a configurable option.
Updated by Corey Osman over 13 years ago
workaround: ln -s /etc/puppetlabs/puppet/autosign.conf /etc/puppet/autosign.conf
Updated by Benjamin Papillon over 12 years ago
- Status changed from New to Feedback
In the recent smart-proxy code, it says that you can define the variable "puppetdir" in settings.yml
The default is to use /etc/puppet, but you can surely define it to match your configuration
:puppetdir: /etc/pupppetlabs/puppet
Can you check and tell me if its working?
Updated by Benjamin Papillon over 12 years ago
- Status changed from Feedback to Closed
- Target version set to Bug scrub
Hello,
I assume this bug is resolved by now. Feel free to reopen in case of error :)