mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 13:33:24 +00:00
puppet: Fix arrow alignment.
This commit is contained in:
committed by
Tim Abbott
parent
57f8b48ff9
commit
08dd8a41e6
@@ -107,6 +107,6 @@ class zulip::nginx {
|
||||
}
|
||||
|
||||
service { 'nginx':
|
||||
ensure => running,
|
||||
ensure => running,
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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,
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user