Remove warning about old incoming/outcoming chmod

This removes the warning messages to prepare changing the default
values. These should have been removed when we made actual change[1].

[1] e52ebb053b

Change-Id: I804367f36e5f9b80fc9c43078135420e8241f129
This commit is contained in:
Takashi Kajinami
2022-07-08 01:02:05 +09:00
parent e004e46273
commit 15054948ed

View File

@@ -244,14 +244,6 @@ define swift::storage::server(
$user_real = pick($user, $::swift::params::user)
if ($incoming_chmod == '0644') {
warning('The default incoming_chmod set to 0644 may yield in error prone directories and will be changed in a later release.')
}
if ($outgoing_chmod == '0644') {
warning('The default outgoing_chmod set to 0644 may yield in error prone directories and will be changed in a later release.')
}
# Warn if ${type-server} isn't included in the pipeline
$pipeline_array = any2array($pipeline)
if !member($pipeline_array, "${type}-server") {