Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move parameters to advanced #719

Merged
merged 1 commit into from
Dec 4, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
35 changes: 17 additions & 18 deletions manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@
#
# === Parameters:
#
# $show_diff:: Show and report changed files with diff output
#
# $ca_server:: Use a different ca server. Should be either
# a string with the location of the ca_server
# or 'false'.
#
# == Advanced puppet parameters
#
# $version:: Specify a specific version of a package to
# install. The version should be the exact
# match for your distro.
Expand Down Expand Up @@ -76,14 +84,8 @@
# (in seconds) to the timer. Only relevant when
# runmode is 'systemd.timer'.
#
# $show_diff:: Show and report changed files with diff output
#
# $module_repository:: Use a different puppet module repository
#
# $ca_server:: Use a different ca server. Should be either
# a string with the location of the ca_server
# or 'false'.
#
# $ca_port:: Puppet CA port
#
# $ca_crl_filepath:: Path to CA CRL file, dynamically resolves based on
Expand Down Expand Up @@ -111,8 +113,6 @@
# read after the elapsed interval then the
# connection will be closed.
#
# == Advanced puppet parameters
#
# $user:: Override the name of the puppet user.
#
# $group:: Override the name of the puppet group.
Expand Down Expand Up @@ -248,18 +248,11 @@
# $server_git_branch_map:: Git branch to puppet env mapping for the
# default post receive hook
#
# $server_storeconfigs_backend:: Do you use storeconfigs? (note: not required)
# false if you don't, "active_record" for 2.X
# style db, "puppetdb" for puppetdb
# $server_storeconfigs_backend:: Do you use storeconfigs?
# false if you don't, "puppetdb" for puppetdb
#
# $server_certname:: The name to use when handling certificates.
#
# $server_strict_variables:: if set to true, it will throw parse errors
# when accessing undeclared variables.
#
# $server_additional_settings:: A hash of additional settings.
# Example: {trusted_node_data => true, ordering => 'manifest'}
#
# $server_puppetdb_host:: PuppetDB host
#
# $server_puppetdb_port:: PuppetDB port
Expand All @@ -268,6 +261,12 @@
#
# === Advanced server parameters:
#
# $server_strict_variables:: if set to true, it will throw parse errors
# when accessing undeclared variables.
#
# $server_additional_settings:: A hash of additional settings.
# Example: {trusted_node_data => true, ordering => 'manifest'}
#
# $server_manage_user:: Whether to manage the server user resource
#
# $server_user:: Name of the puppetmaster user.
Expand Down Expand Up @@ -528,7 +527,7 @@
#
# class {'puppet':
# agent_noop => true,
# version => '2.7.20-1',
# version => '6.11.0-1',
# }
#
class puppet (
Expand Down