On Mon, Feb 27, 2012 at 4:32 PM, Mohamed Lrhazi <lrh...@gmail.com> wrote:
> Chaging my ENC to output this, adding double quotes: > > nfs_mounts: > - ["/data", "fas3319-518.uis.georgetown.edu:/vol/onecrddb_data/test"] > > and adding a notice($nfs_mounts) to the manifests, gives this log: > > [daemon.notice] (Scope(Class[Gu_misc])) nfs_mounts: > /datafas3319-518.example.com:/vol/onecrddb_data/test > [daemon.notice] (Scope(Class[Gu_misc])) nfs_mounts: /data > fas3319-518.example.com:/vol/onecrddb_data/test > > [daemon.err] name is not an hash or array when accessing it with 0 at > > /etc/puppet/environments/production_ml623/modules/gu_misc/manifests/init.pp:68 > on node nodename.example.com > [daemon.err] name is not an hash or array when accessing it with 0 at > > /etc/puppet/environments/production_ml623/modules/gu_misc/manifests/init.pp:68 > on node nodename.example.com Ok, so now your ENC is returning data for the node, good. Now you seem to be reference some var $name, but based on your example it seems that you should be using $nfs_mounts. Also, looks like in you ENC it should be: nfs_mounts: ["/data", "fas3319-518.uis.georgetown.edu: /vol/onecrddb_data/test"] -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.