IF, lets say one would want to create a new module and then a class within that module, but would also like to use a class from a module from puppet-forge . The goal is then; to create a new class which should extend the functionality of the puppet-forge/class . and to do soo one would need to provide maybe different parameters and would like to maybe change some resources and add some functionality . The puppet-forge/class is parametrized so inheriting this class is not an option . Is there any other solution that can be applied, other than, creating the whole thing again
↧