Yes, you can!
This module is compliant with the Puppet Development Kit (PDK), which provides tools to help run unit tests on the module and validate the modules's metadata, syntax, and style.
To run all validations against this module, run the following command:
pdk validate
To unit test the module, run the following command:
pdk test unit
To change validation behaviour, unit test behavior, add option flags to the command. For a complete list of command options and usage information, see the PDK command reference.