On Jun 5, 2010, at 5:06 AM, Henning Sprang wrote: > On Sat, Jun 5, 2010 at 12:15 AM, Julian Simpson <[email protected]> > wrote: >> Try adding a --modulepath to the puppet command line. You may need to tweak >> your manifests: make sure that file urls are of the form >> puppet:///some/path. > > Thanks! > > But somehow I felt that wasn't what I was doing back then and searched > again, this time I found immediately what I didn't find searching for > an hour before: > > http://www.rustyrazorblade.com/2010/04/puppet-stand-alone-templates-configs/ > > so, you(or, I ;) ) have to run > > puppet site.pp > > directly from /etc/puppet/manifests > > 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.
You could just mount the nfs mount on to /etc/puppet/modules/ Also, I've heard that some people have luck rsyncing the modules folder to the local machine. -- 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.
