Project

General

Profile

Actions

Bug #3119

closed

Documentation issue in 3.2.2 Installer Options

Added by Duncan Innes over 10 years ago. Updated almost 6 years ago.

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

Description

The Foreman 1.3 manual:

http://theforeman.org/manuals/1.3/index.html#3.2.2InstallerOptions

doesn't match up with what I see on my box after installing foreman-installer.

The file /usr/share/foreman-installer/foreman_installer/answers.yaml doesn't exist, but I do have a /usr/share/foreman-installer/config/answers.yaml file. The contents of this don't match what appears in the documentation:

  1. Format:
  2. <classname>: false - don't include this class
  3. <classname>: true - include and use the defaults
  4. <classname>:
  5. <param>: <value> - include and override the default(s) #
  6. See params.pp in each class for what options are available
    ---
    foreman: true
    foreman_proxy: true
    puppet:
    server: true

Not a big difference, but documentation suggests:

---
foreman: true
puppet: true
puppetmaster: true
foreman_proxy: true

and I'm not sure what to do with the Puppet side of things.

For information, I'm trying to install Foreman on a single server, Puppetmaster on another single server, and finally the PostgreSQL database for Foreman on another server.

Actions

Also available in: Atom PDF