Skip to content

Commit 5e6a759

Browse files
committed
puppet-lint fixes
tidy manifests to comply with puppet-lint
1 parent 02ef573 commit 5e6a759

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

manifests/allow.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,6 @@
5959
}
6060

6161
sudo::conf { 'sudo_users_groups':
62-
content => template("${module_name}/users_groups.erb"),
62+
content => template("${module_name}/users_groups.erb"),
6363
}
6464
}

types/defaults.pp

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# sudo defaults
22
type Sudo::Defaults = Hash[String, Variant[Struct[{
3-
Optional[list] => String,
4-
Optional[operator] => Sudo::Defaults_operator,
5-
Optional[value] => Variant[String,Numeric],
6-
}], Undef]
7-
]
3+
Optional[list] => String,
4+
Optional[operator] => Sudo::Defaults_operator,
5+
Optional[value] => Variant[String,Numeric],
6+
}], Undef]
7+
]

0 commit comments

Comments
 (0)