Skip to content

Commit

Permalink
Move discovery plugin docs to RDOC and split out advanced parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
ehelms committed Oct 12, 2020
1 parent 807b102 commit 08d1d8a
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:: should the discovery image be downloaded and extracted
#
# @param image_name
# tarball with images
# === Advanced parameters:
#
# $tftp_root:: tftp root to install image into
#
# $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 08d1d8a

Please sign in to comment.