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.
  • Loading branch information
ekohl committed Aug 27, 2019
1 parent dfc8d89 commit d574be9
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion manifests/compute/ec2.pp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# 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
2 changes: 1 addition & 1 deletion manifests/compute/gce.pp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# Provides support for Google Compute Engine compute resources
#
# === Parameters:
# === Advanced Parameters:
#
# $version:: Package version to install, defaults to installed
#
Expand Down
2 changes: 1 addition & 1 deletion manifests/compute/libvirt.pp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# Provides support for Libvirt compute resources
#
# === Parameters:
# === Advanced Parameters:
#
# $version:: Package version to install, defaults to installed
#
Expand Down
2 changes: 1 addition & 1 deletion manifests/compute/openstack.pp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# Provides support for OpenStack compute resources
#
# === Parameters:
# === Advanced Parameters:
#
# $version:: Package version to install, defaults to installed
#
Expand Down
2 changes: 1 addition & 1 deletion manifests/compute/ovirt.pp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# Provides support for oVirt compute resources
#
# === Parameters:
# === Advanced Parameters:
#
# $version:: Package version to install, defaults to installed
#
Expand Down
2 changes: 1 addition & 1 deletion manifests/compute/rackspace.pp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# Provides support for Rackspace compute resources
#
# === Parameters:
# === Advanced Parameters:
#
# $version:: Package version to install, defaults to installed
#
Expand Down
2 changes: 1 addition & 1 deletion manifests/compute/vmware.pp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# Provides support for VMware compute resources
#
# === Parameters:
# === Advanced Parameters:
#
# $version:: Package version to install, defaults to installed
#
Expand Down

0 comments on commit d574be9

Please sign in to comment.