Remove cleanup of old configurations

The cleanup resources were added before 2023.1 release[1] so these
configurations should be removed when a deployment is upgraded to
2023.1.

[1] d5ffaf4cec

Change-Id: I7e2f08fc30cebf7f326ef3d5a3955956b79f11f3
This commit is contained in:
Takashi Kajinami 2023-04-07 10:36:50 +09:00
parent 4e9d79f60c
commit b65d25120c
1 changed files with 0 additions and 7 deletions

View File

@ -313,13 +313,6 @@ class ec2api::api (
'DEFAULT/state_path': value => $state_path;
}
# TODO(tkajinam): Remove this after 2023.1 release
ec2api_config {
'ssl/ca_file': ensure => absent;
'ssl/cert_file': ensure => absent;
'ssl/key_file': ensure => absent;
}
if $manage_service {
if $enabled {
$service_ensure = 'running'