From 609c3cdacaf71cbe7c918cf24d1b14610aed6afe Mon Sep 17 00:00:00 2001 From: David Pearson Date: Fri, 10 Oct 2025 09:06:59 +0100 Subject: [PATCH] puppet-lint fixes tidy manifests to comply with puppet-lint --- types/config.pp | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/types/config.pp b/types/config.pp index 902fc9c1..3cbcd2d1 100644 --- a/types/config.pp +++ b/types/config.pp @@ -1,8 +1,8 @@ # @summary This Puppet type alias type Puppet_agent::Config = Variant[Struct[{ section => Enum[main, server, agent, user, master], - setting => Puppet_agent::Config_setting, - value => String, - Optional[ensure] => Enum[present, absent] }], - Struct[{ section => Enum[main, server, agent, user, master], - setting => Puppet_agent::Config_setting, - Optional[ensure] => Enum[absent] }]] + setting => Puppet_agent::Config_setting, + value => String, + Optional[ensure] => Enum[present, absent] }], + Struct[{ section => Enum[main, server, agent, user, master], + setting => Puppet_agent::Config_setting, +Optional[ensure] => Enum[absent] }]]