Re: [Puppet Users] Newbie basic parameterized class usage question

2013-10-02 Thread Cory Stoker
Not sure if you got help or not but that error is telling you that filesys_group_acl is not a resource type. This is because you created it as a class and not a defined resource type. Defined types use the "define" keyword instead of the "class" keyword. http://docs.puppetlabs.com/puppet/3/refer

[Puppet Users] Newbie basic parameterized class usage question

2013-10-01 Thread Patrick Spinler
I'd like to create and call a parameterized class from another class, both in modules. Here's what I'm trying to do: First, my module path: ap00375@ROFTMA901A ~ $ sudo puppet apply --configprint modulepath /modules:/shares/nfs/unixnoarch/config/puppet:/shares/nfs/unixnoarch/config/puppet/linux