This is just an example. So let's say I have a test module with config.pp params.pp and tfunction.pp
I want config.pp to have both params.pp and tfunction.pp. Params is params and tfunction is a defined resource type.
class test::config inherits test::params, test::tfunction
is what I am trying to achieve, but it's giving me errors.
[link] [comments]