mirror of
https://github.com/zulip/zulip.git
synced 2025-11-04 14:03:30 +00:00
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:
committed by
Tim Abbott
parent
5f3765b872
commit
e81bc19e45
@@ -1,4 +0,0 @@
|
|||||||
# @summary Temporary shim for app frontend profile
|
|
||||||
class zulip::app_frontend {
|
|
||||||
include zulip::profile::app_frontend
|
|
||||||
}
|
|
||||||
@@ -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
|
|
||||||
}
|
|
||||||
@@ -1,4 +0,0 @@
|
|||||||
# @summary Temporary shim for memcached profile
|
|
||||||
class zulip::memcached {
|
|
||||||
include zulip::profile::memcached
|
|
||||||
}
|
|
||||||
@@ -1,4 +0,0 @@
|
|||||||
# @summary Temporary shim for postgresql database server profile
|
|
||||||
class zulip::postgres_appdb_tuned {
|
|
||||||
include zulip::profile::postgresql
|
|
||||||
}
|
|
||||||
@@ -1,4 +0,0 @@
|
|||||||
# @summary Temporary shim for puppet profile
|
|
||||||
class zulip::rabbit {
|
|
||||||
include zulip::profile::rabbitmq
|
|
||||||
}
|
|
||||||
@@ -1,4 +0,0 @@
|
|||||||
# @summary Temporary shim for redis profile
|
|
||||||
class zulip::redis {
|
|
||||||
include zulip::profile::redis
|
|
||||||
}
|
|
||||||
@@ -1,4 +0,0 @@
|
|||||||
# @summary Temporary shim for thumbor profile
|
|
||||||
class zulip::thumbor {
|
|
||||||
include zulip::profile::thumbor
|
|
||||||
}
|
|
||||||
@@ -1,4 +0,0 @@
|
|||||||
# @summary Temporary shim for all-in-one profile
|
|
||||||
class zulip::voyager {
|
|
||||||
include zulip::profile::standalone
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user