puppet: Remove shims for old classes, except dockervoyager.

The upgrade mechanism in the previous commit negates the need for
them -- with the exception of dockervoyager.
This commit is contained in:
Alex Vandiver
2020-10-19 21:19:10 -07:00
committed by Tim Abbott
parent 5f3765b872
commit e81bc19e45
8 changed files with 0 additions and 34 deletions

View File

@@ -1,4 +0,0 @@
# @summary Temporary shim for app frontend profile
class zulip::app_frontend {
include zulip::profile::app_frontend
}

View File

@@ -1,6 +0,0 @@
# @summary Temporary shim for base profile.
#
# Any explicit PUPPET_CLASSES of this file can be removed.
class zulip::base {
include zulip::profile::base
}

View File

@@ -1,4 +0,0 @@
# @summary Temporary shim for memcached profile
class zulip::memcached {
include zulip::profile::memcached
}

View File

@@ -1,4 +0,0 @@
# @summary Temporary shim for postgresql database server profile
class zulip::postgres_appdb_tuned {
include zulip::profile::postgresql
}

View File

@@ -1,4 +0,0 @@
# @summary Temporary shim for puppet profile
class zulip::rabbit {
include zulip::profile::rabbitmq
}

View File

@@ -1,4 +0,0 @@
# @summary Temporary shim for redis profile
class zulip::redis {
include zulip::profile::redis
}

View File

@@ -1,4 +0,0 @@
# @summary Temporary shim for thumbor profile
class zulip::thumbor {
include zulip::profile::thumbor
}

View File

@@ -1,4 +0,0 @@
# @summary Temporary shim for all-in-one profile
class zulip::voyager {
include zulip::profile::standalone
}