puppet: Migrate postgres_backups puppet manifest name.

This commit is contained in:
Tim Abbott 2020-10-29 11:29:44 -07:00
parent 99cf37dc51
commit c537912a77
1 changed files with 2 additions and 1 deletions

View File

@ -256,12 +256,13 @@ if (not args.skip_puppet or migrations_needed) and IS_SERVER_UP:
# state.
shutdown_server()
# Adjust Puppet class names for the rename after 3.x
# Adjust Puppet class names for the manifest renames in the 4.0 release
class_renames = {
'zulip::app_frontend': 'zulip::profile::app_frontend',
'zulip::dockervoyager': 'zulip::profile::docker',
'zulip::memcached': 'zulip::profile::memcached',
'zulip::postgres_appdb_tuned': 'zulip::profile::postgresql',
'zulip::postgres_backups': 'zulip::postgresql_backups',
'zulip::rabbit': 'zulip::profile::rabbitmq',
'zulip::thumbor': 'zulip::profile::thumbor',
'zulip::voyager': 'zulip::profile::standalone',