From 528d200d938df4a9b073076d913c52be635a97fb Mon Sep 17 00:00:00 2001 From: Jacob Buchanan Date: Mon, 14 Oct 2024 12:40:44 +0100 Subject: [PATCH] (maint) Fix pdk lint error --- types/convertsteps.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/convertsteps.pp b/types/convertsteps.pp index 7ab55a70..93cb099b 100644 --- a/types/convertsteps.pp +++ b/types/convertsteps.pp @@ -1,4 +1,4 @@ # # @summary type for the different steps where the peadm::convert plan can be started # -type Peadm::ConvertSteps = Enum[ 'modify-primary-certs', 'modify-infra-certs', 'convert-node-groups', 'finalize'] +type Peadm::ConvertSteps = Enum['modify-primary-certs', 'modify-infra-certs', 'convert-node-groups', 'finalize']