Skip to content

Commit

Permalink
Fixes #27716 - Mark foreman::compute::*::version as advanced
Browse files Browse the repository at this point in the history
Most users won't change this away from installed to a specific version
or latest. Especially in the installer. By making it an advanced
parameter, we hide this from most users who won't care.

Also removes the general group because otherwise the parameters still
show up in the installer and they're not needed.
  • Loading branch information
ekohl committed Aug 27, 2019
1 parent dfc8d89 commit 0e211bd
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 22 deletions.
4 changes: 1 addition & 3 deletions manifests/compute/ec2.pp
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
# = Foreman EC2 compute resource support
#
# Provides support for EC2 compute resources
#
# === Parameters:
# === Advanced Parameters:
#
# $version:: Package version to install, defaults to installed
#
Expand Down
2 changes: 1 addition & 1 deletion manifests/compute/foreman_compute.pp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Provides a common class to install foreman-compute
# used by multiple compute resources
#
# === Parameters:
# === Advanced Parameters:
#
# $version:: Package version to install, defaults to installed
#
Expand Down
4 changes: 1 addition & 3 deletions manifests/compute/gce.pp
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
# = Foreman Google Compute Engine compute resource support
#
# Provides support for Google Compute Engine compute resources
#
# === Parameters:
# === Advanced Parameters:
#
# $version:: Package version to install, defaults to installed
#
Expand Down
4 changes: 1 addition & 3 deletions manifests/compute/libvirt.pp
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
# = Foreman LibVirt compute resource support
#
# Provides support for Libvirt compute resources
#
# === Parameters:
# === Advanced Parameters:
#
# $version:: Package version to install, defaults to installed
#
Expand Down
4 changes: 1 addition & 3 deletions manifests/compute/openstack.pp
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
# = Foreman OpenStack compute resource support
#
# Provides support for OpenStack compute resources
#
# === Parameters:
# === Advanced Parameters:
#
# $version:: Package version to install, defaults to installed
#
Expand Down
4 changes: 1 addition & 3 deletions manifests/compute/ovirt.pp
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
# = Foreman oVirt compute resource support
#
# Provides support for oVirt compute resources
#
# === Parameters:
# === Advanced Parameters:
#
# $version:: Package version to install, defaults to installed
#
Expand Down
4 changes: 1 addition & 3 deletions manifests/compute/rackspace.pp
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
# = Foreman Rackspace compute resource support
#
# Provides support for Rackspace compute resources
#
# === Parameters:
# === Advanced Parameters:
#
# $version:: Package version to install, defaults to installed
#
Expand Down
4 changes: 1 addition & 3 deletions manifests/compute/vmware.pp
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
# = Foreman VMware compute resource support
#
# Provides support for VMware compute resources
#
# === Parameters:
# === Advanced Parameters:
#
# $version:: Package version to install, defaults to installed
#
Expand Down

0 comments on commit 0e211bd

Please sign in to comment.