Skip to content

Commit

Permalink
fixes #8875 - installer support for salt
Browse files Browse the repository at this point in the history
  • Loading branch information
stbenjam authored and Dominic Cleal committed Mar 5, 2015
1 parent a72606a commit 9365aae
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/answers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ foreman::plugin::ovirt_provision: false
foreman::plugin::tasks: false
foreman::plugin::hooks: false
foreman::plugin::puppetdb: false
foreman::plugin::salt: false
foreman::plugin::setup: true
foreman::plugin::templates: false
foreman::compute::ec2: false
Expand All @@ -40,3 +41,4 @@ foreman_proxy::plugin::abrt: false
foreman_proxy::plugin::chef: false
foreman_proxy::plugin::openscap: false
foreman_proxy::plugin::pulp: false
foreman_proxy::plugin::salt: false
7 changes: 7 additions & 0 deletions config/foreman-installer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,9 @@
:foreman::plugin::templates:
:dir_name: foreman
:manifest_name: plugin/templates
:foreman::plugin::salt:
:dir_name: foreman
:manifest_name: plugin/salt
:foreman::plugin::setup:
:dir_name: foreman
:manifest_name: plugin/setup
Expand Down Expand Up @@ -117,3 +120,7 @@
:manifest_name: plugin/pulp
:params_name: plugin/pulp/params
:dir_name: foreman_proxy
:foreman_proxy::plugin::salt:
:manifest_name: plugin/salt
:params_name: plugin/salt/params
:dir_name: foreman_proxy

0 comments on commit 9365aae

Please sign in to comment.