Skip to content

Commit 1593431

Browse files
committed
(SUP-2736) Remove params from private classes
1 parent ec3ce88 commit 1593431

File tree

2 files changed

+0
-23
lines changed

2 files changed

+0
-23
lines changed

manifests/system/postgres.pp

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,6 @@
88
#
99
# @api private
1010
#
11-
# @param metrics_ensure
12-
# Whether to enable or disable metrics collection for this service.
13-
# Valid values are 'present' and 'absent'.
14-
# @param collection_frequency
15-
# How often to collect metrics.
16-
# Valid values are any valid integers representing minutes.
17-
# @param retention_days
18-
# How long to keep metrics before purging them.
19-
# Valid values are any valid integers representing days.
20-
# @param metrics_shipping_command
21-
# The command to use to ship metrics to the metrics server.
2211
#
2312
class puppet_metrics_collector::system::postgres (
2413
String $metrics_ensure = $puppet_metrics_collector::system::system_metrics_ensure,

manifests/system/vmware.pp

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,6 @@
99
#
1010
# @api private
1111
#
12-
# @param metrics_ensure
13-
# Whether to enable or disable the metrics collection.
14-
# Valid values are 'present' and 'absent'.
15-
# @param collection_frequency
16-
# How often to collect metrics.
17-
#
18-
# @param retention_days
19-
# How long to keep metrics before purging them.
20-
#
21-
# @param metrics_shipping_command
22-
# The command to use to ship metrics to a remote location.
23-
# This is passed to the cron job
2412
class puppet_metrics_collector::system::vmware (
2513
String $metrics_ensure = $puppet_metrics_collector::system::system_metrics_ensure,
2614
Integer $collection_frequency = $puppet_metrics_collector::system::collection_frequency,

0 commit comments

Comments
 (0)