Project

General

Profile

« Previous | Next » 

Revision 70f30241

Added by Ewoud Kohl van Wijngaarden almost 10 years ago

Move puppet config to /etc/puppet/foreman.yaml

Previously it was in /etc/foreman/puppet.yaml, but this makes little
sense because foreman does not need to be installed on a puppet master.

View differences:

files/external_node_v2.rb
require 'yaml'
$settings_file = "/etc/foreman/puppet.yaml"
$settings_file = "/etc/puppet/foreman.yaml"
SETTINGS = YAML.load_file($settings_file)

Also available in: Unified diff