
Puppet does not recommend the use of hyphens in class names. This change deprecates classes with hyphens and inform the users to use the new ones. Backward compatibility is preserved. Change-Id: I4991c956e297d76423a805558d9b6731473a4a51
6 lines
175 B
Puppet
6 lines
175 B
Puppet
#
|
|
class swift::proxy::proxy-logging {
|
|
warning('swift::proxy::proxy-logging is deprecated. Use swift::proxy::proxy_logging instead.')
|
|
include swift::proxy::proxy_logging
|
|
}
|