Skip to content

Commit ab589fa

Browse files
(SUP-3409) Update puppet strings comments
1 parent 0b9b215 commit ab589fa

File tree

6 files changed

+13
-7
lines changed

6 files changed

+13
-7
lines changed

manifests/init.pp

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
# Tuning, maintenance, and backups for PE PostgreSQL.
1+
# Tuning, maintenance for PE PostgreSQL.
22
#
3-
# @summary Tuning, maintenance, and backups for PE PostgreSQL.
3+
# @summary
4+
# Tuning, maintenance for PE PostgreSQL.
45

56
class pe_databases (
67
Variant[Boolean,Undef] $manage_database_backups = undef,

manifests/pg_repack.pp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Maintenance pg_repack
22
#
3-
# @summary Maintenance pg_repack
3+
# @summary
4+
# Provides systemd timers to pg_repack tables in the pe-puppetdb database
45

56
class pe_databases::pg_repack (
67
Boolean $disable_maintenance = false,

manifests/postgresql_settings.pp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Tune PostgreSQL
22
#
3-
# @summary Tune PostgreSQL
3+
# @summary
4+
# Tune PostgreSQL settings
45

56
class pe_databases::postgresql_settings (
67
# lint:ignore:140chars

manifests/postgresql_settings/table_settings.pp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Tune PostgreSQL table settings
22
#
3-
# @summary Tune PostgreSQL table settings
3+
# @summary
4+
# Tune PostgreSQL table settings
45

56
class pe_databases::postgresql_settings::table_settings (
67
# lint:ignore:140chars

manifests/set_puppetdb_table_autovacuum_cost_delay_zero.pp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Defined type for PostgreSQL autovacuum_cost_delay
22
#
3-
# @summary Defined type for PostgreSQL autovacuum_cost_delay
3+
# @summary
4+
# Defined type for PostgreSQL autovacuum_cost_delay
45

56
define pe_databases::set_puppetdb_table_autovacuum_cost_delay_zero (
67
String $table_name = $title,

manifests/set_table_attribute.pp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Defined type for PostgreSQL table attributes
22
#
3-
# @summary Defined type for PostgreSQL table attributes
3+
# @summary
4+
# Defined type for PostgreSQL table attributes
45

56
define pe_databases::set_table_attribute (
67
String $db,

0 commit comments

Comments
 (0)