Actions
Bug #7643
closedUsing capsule-install to configure Puppet-master includes a CA even if specified otherwise.
Status:
Closed
Priority:
Normal
Assignee:
Category:
Foreman Proxy Content
Target version:
Difficulty:
easy
Triaged:
Yes
Pull request:
Description
Using katello 2.0 capsule-install to configure a node includes the puppetCA even if the --puppetca flag is set to "false". The issue appears to be that the foreman puppet-puppet module allows the specification of where the CA should exist but that feature is not exposed and as such the config is created with an empty string.
Can be duplicated by running a standard capsule-install with the --puppet argument set to "true", the --puppetca argument set to "false", and checking /etc/puppet/puppet.conf. The config will be populated with option "ca = true" under the "[master]" section.
Actions