Project

General

Profile

Actions

Refactor #1769

closed

Refactor SETTINGS variables

Added by Benjamin Papillon over 11 years ago. Updated almost 8 years ago.

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

Description

puppet proxy use puppet_conf variables
puppetca proxy use puppetdir and ssldir variables

It should be possible to rationalize these, for example :

SETTINGS.puppetdir || "/etc/puppet"
SETTINGS.puppetconf || puppetdir + "/puppet.conf"
SETTINGS.puppetautosign || puppetdir + "/autosign.conf"
SETTINGS.ssldir || "/var/lib/puppet/ssl"

Better is to read ssldir from puppet.conf, dunno how hard is that.

Actions #1

Updated by Anonymous almost 8 years ago

  • Description updated (diff)
  • Status changed from New to Rejected

Don't think this is relevant any longer, all puppet-related settings are contained within puppet plugin and/or related providers configuration files.

Actions

Also available in: Atom PDF