Project

General

Profile

Actions

Feature #3887

closed

Support adding classes to answers file, not just top-level modules

Added by Dominic Cleal over 10 years ago. Updated over 4 years ago.

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

Description

For Foreman plugin support (https://github.com/theforeman/puppet-foreman/pull/132), we could do with support for non-top level classes (i.e. "foreman::plugin::hooks" rather than just "foreman") in kafo, so the answers file would contain:

  foreman:
    custom_repo: true
  foreman::plugin::hooks: true
  foreman::plugin::bootdisk:
    someparam: "example" 

And then to permit the user to enable/disable these classes in the same way that top-level classes can be, with --no-enable-foreman-plugin-hooks.

Currently this happens:

# foreman-installer
File not found /usr/share/foreman-installer/modules/foreman::plugin::hooks/manifests/init.pp, check you answer file

Related issues 1 (0 open1 closed)

Blocks Installer - Feature #3308: Installer support for Foreman pluginsClosedGreg Sutcliffe10/17/2013Actions
Actions

Also available in: Atom PDF