diff --git a/types/puppet_environment.pp b/types/puppet_environment.pp index 9d70bff1de0754d80e8645ab02461204c289a3ba..d33b9e6ecdc9d7f863980a6ad9f848a97b016159 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' ] ] ]