ghoneycutt / puppet-module-inittab

Puppet module to manage inittab
Other
2 stars 26 forks source link

Params not strongly typed #97

Open term1n4l opened 5 years ago

term1n4l commented 5 years ago

Params in the module are relying on the stdlib module and conditionals to verify they are set correctly. This is not necessary and could be bypassed entirely with param typing (e.g. Variant, String, Boolean, Enum, etc).

term1n4l commented 5 years ago

This will require restructuring the unit tests as the error messages are completely different from strongly typed variables.