Skip to content

Commit 609c3cd

Browse files
committed
puppet-lint fixes
tidy manifests to comply with puppet-lint
1 parent 22fce22 commit 609c3cd

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

types/config.pp

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# @summary This Puppet type alias
22
type Puppet_agent::Config = Variant[Struct[{ section => Enum[main, server, agent, user, master],
3-
setting => Puppet_agent::Config_setting,
4-
value => String,
5-
Optional[ensure] => Enum[present, absent] }],
6-
Struct[{ section => Enum[main, server, agent, user, master],
7-
setting => Puppet_agent::Config_setting,
8-
Optional[ensure] => Enum[absent] }]]
3+
setting => Puppet_agent::Config_setting,
4+
value => String,
5+
Optional[ensure] => Enum[present, absent] }],
6+
Struct[{ section => Enum[main, server, agent, user, master],
7+
setting => Puppet_agent::Config_setting,
8+
Optional[ensure] => Enum[absent] }]]

0 commit comments

Comments
 (0)