Hi Patrick,
   You calling the filesys_group_acl class in wrong way. Way you are using 
is for function/defined type.

Make following change in your manifests.

Here's the contents of tws_node's init.pp: 
>
> class tws_node { 
>
>   $userhome="/opt/IBM/TWS" 
>
>  

 # filesys_group_acl { "ibmtm_acl_group_ibmtm" :

 

>  
>
Change calling of class method :     
* class { "filesys_group_acl":  *     

#    subscribe  => File["$userhome"], 
>     dir => $userhome, 
>     group => "ibmtm", 
>   } 
>
> } 
>
>
If you want to use filesys_group_acl  resource multiple times then change 
class to defined type.
http://docs.puppetlabs.com/learning/definedtypes.html

I hope this will help.

Thanks and Regards,
Rahul Khengare
NTT DATA OSS Center, Pune, India.
 

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to puppet-users+unsubscr...@googlegroups.com.
To post to this group, send email to puppet-users@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-users.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to