I found that my puppet didn't work if I used symbolic link for
multi-environment directory. Here is my directory structure. VM stands for
virtual machine, which I used to test my puppet scripts.

+ /etc/puppet
  + environments
    + vm
      + manifests
        - site.pp
      + modules
    + dev
    ...
  + manifests
  + modules

If I create a symbolic link like this

$ ln -s /home/bewang/ws-puppet/environments /etc/puppet/environments

site.pp won't be read by puppet agent. If I copy the directory to
/etc/puppet, everything just works smoothly.

I'm wondering why puppet doesn't read symbolic link.

Thanks.

Ben

-- 
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.

Reply via email to