From e7dd792df347266e6aa095ec22c2bb3ff910e6c8 Mon Sep 17 00:00:00 2001
From: Massimiliano Adamo <maxadamo@gmail.com>
Date: Wed, 21 Dec 2022 20:19:40 +0100
Subject: [PATCH] minor change

---
 types/puppet_environment.pp | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/types/puppet_environment.pp b/types/puppet_environment.pp
index 9d70bff..d33b9e6 100644
--- a/types/puppet_environment.pp
+++ b/types/puppet_environment.pp
@@ -9,9 +9,9 @@ type Fw_builder::Puppet_environment = Variant[
     'production'
   ],
   Array[Enum[
-    'test',
-    'uat',
-    'production'
+      'test',
+      'uat',
+      'production'
     ]
   ]
 ]
-- 
GitLab