puppet: Fix arrow alignment.

This commit is contained in:
Alex Vandiver 2024-03-25 19:16:32 +00:00 committed by Tim Abbott
parent 57f8b48ff9
commit 08dd8a41e6
3 changed files with 4 additions and 4 deletions

View File

@ -107,6 +107,6 @@ class zulip::nginx {
}
service { 'nginx':
ensure => running,
ensure => running,
}
}

View File

@ -79,7 +79,7 @@ class zulip::postgresql_base {
# Removed 2020-12 in version 4.0; these lines can be removed when
# we drop support for upgrading from Zulip 3 or older.
package{"${postgresql}-pgroonga":
ensure => purged,
ensure => purged,
}
package{"${postgresql}-pgdg-pgroonga":
@ -106,7 +106,7 @@ class zulip::postgresql_base {
include zulip::postgresql_backups
} else {
file { '/etc/cron.d/pg_backup_and_purge':
ensure => absent,
ensure => absent,
}
}
}

View File

@ -72,7 +72,7 @@ class zulip::profile::rabbitmq {
],
}
package { $rabbitmq_packages:
ensure => installed,
ensure => installed,
}
# epmd doesn't have an init script, so we just check if it is
# running, and if it isn't, start it. Even in case of a race, this