Remove the swift::proxy::swift3 class

This patch removes the swift::proxy::swift3 class, which no longer has
valid implementation since it was deprecated[1].

[1] f24fd8c73e
Change-Id: I1aca90eb467aba974a488301662465024e56e23b
This commit is contained in:
Takashi Kajinami
2020-10-19 18:41:38 +09:00
parent 009afc806c
commit d4ec1b631f
2 changed files with 4 additions and 31 deletions

View File

@@ -1,31 +0,0 @@
#
# DEPRECATED!
# Configure swift swift3.
#
# == Dependencies
#
# == Parameters
#
# [*ensure*]
# Enable or not swift3 middleware
# Defaults to undef
#
# == Examples
#
# == Authors
#
# Francois Charlier fcharlier@ploup.net
# Joe Topjian joe@topjian.net
#
# == Copyright
#
# Copyright 2012 eNovance licensing@enovance.com
#
class swift::proxy::swift3(
$ensure = undef
) {
warning('swift::proxy::swift3 is deprecated and has no effect. \
Use swift::proxy::s3api to use s3api middleware implemented in swift.')
}

View File

@@ -0,0 +1,4 @@
---
upgrade:
- |
The ``swift::proxy::swift3`` class has been removed.