Skip to content

Commit

Permalink
Add foreman_azure to config
Browse files Browse the repository at this point in the history
  • Loading branch information
dLobatog committed Jun 23, 2016
1 parent ff948b4 commit e81dce1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions config/foreman-answers.yaml
Expand Up @@ -17,6 +17,7 @@ puppet:
server: true
foreman::cli: true
foreman::plugin::ansible: false
foreman::plugin::azure: false
foreman::plugin::bootdisk: false
foreman::plugin::chef: false
foreman::plugin::cockpit: false
Expand Down
2 changes: 2 additions & 0 deletions config/foreman.migrations/20160615132930_foreman_azure.rb
@@ -0,0 +1,2 @@
answers['foreman::plugin::azure'] ||= false
scenario[:mapping][:'foreman::plugin::azure'] ||= {:dir_name => 'foreman', :manifest_name => 'plugin/azure'}
3 changes: 3 additions & 0 deletions config/foreman.yaml
Expand Up @@ -50,6 +50,9 @@
:foreman::plugin::ansible:
:dir_name: foreman
:manifest_name: plugin/ansible
:foreman::plugin::azure:
:dir_name: foreman
:manifest_name: plugin/azure
:foreman::plugin::bootdisk:
:dir_name: foreman
:manifest_name: plugin/bootdisk
Expand Down

0 comments on commit e81dce1

Please sign in to comment.