On Sat, Jun 5, 2010 at 2:06 PM, Henning Sprang <[email protected]> wrote: > Now I'm checking if I even could run that somehow if the > manifests/modules/... structure is somewhere else, e.g. on an nfs > mount.
Actually, only this last thing (and that was what I wanted to do first) is what really requires to set the confdir explicitly, like cd /path/to/puppet/dir/manifests puppet --confdir /path/to/puppet/dir site.pp or without cd'ing in the manifests dir: puppet --confdir /path/to/puppet/dir /path/to/puppet/dir/site.pp running puppet /etc/puppet/manifests/site.pp runs just like this, I must have made something wrong elsewhere. Henning -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
