Quantcast
Channel: linuxadmin: Expanding Linux SysAdmin knowledge
Viewing all articles
Browse latest Browse all 17825

multiple inheritance in puppet

$
0
0

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.

submitted by /u/juniorsysadmin1
[link] [comments]

Viewing all articles
Browse latest Browse all 17825

Trending Articles