Skip to content

Commit

Permalink
Refs #29830 - Move discovery plugin docs to RDOC and split out advanc…
Browse files Browse the repository at this point in the history
…ed parameters
  • Loading branch information
ehelms authored and ekohl committed Oct 15, 2020
1 parent 4854f61 commit 9501f8b
Showing 1 changed file with 11 additions and 9 deletions.
20 changes: 11 additions & 9 deletions manifests/plugin/discovery.pp
Original file line number Diff line number Diff line change
@@ -1,16 +1,18 @@
# @summary Install the discovery plugin and images on smart proxies
# = Foreman Proxy Discovery plugin
#
# @param install_images
# should the discovery image be downloaded and extracted
# Install the discovery plugin and images on smart proxies
#
# @param tftp_root
# tftp root to install image into
# === Parameters:
#
# @param source_url
# source URL to download from
# $install_images:: Download and extract the discovery image
#
# @param image_name
# tarball with images
# === Advanced parameters:
#
# $tftp_root:: TFTP root directory where extracted discovery image will be installed
#
# $source_url:: source URL to download from
#
# $image_name:: tarball with images
#
class foreman_proxy::plugin::discovery (
Boolean $install_images = $foreman_proxy::plugin::discovery::params::install_images,
Expand Down

0 comments on commit 9501f8b

Please sign in to comment.