chore: remove excessive comments

- remove the excessive comments and notes at the top of the puppet classes
This commit is contained in:
2024-05-03 20:48:20 +10:00
parent a429255c63
commit 052b07be83
6 changed files with 0 additions and 145 deletions
-13
View File
@@ -1,19 +1,6 @@
# Class: profiles::puppet::server
#
# This class manages Puppet server's configuration and service.
#
# Parameters:
# vardir - Directory path for variable data.
# logdir - Directory path for logs.
# rundir - Directory path for run-time data.
# pidfile - File path for the PID file.
# codedir - Directory path for code data.
# dns_alt_names - Array of alternate DNS names for the server.
# agent_server - Server name for the puppet agent on the master.
# node_terminus - Node terminus.
# external_nodes - Path to the external node classifier script.
# autosign - Path to the autosign script.
#
class profiles::puppet::server (
Stdlib::Absolutepath $vardir = '/opt/puppetlabs/server/data/puppetserver',
Stdlib::Absolutepath $logdir = '/var/log/puppetlabs/puppetserver',