Re: [Puppet Users] Q: execute a working manifest with modules

2014-08-25 Thread Felix Frank
On 08/20/2014 11:23 PM, Frans Thamura wrote: > I try the > > puppet apply --modulepath=/vagrant/data/puppet/modules I think Yanis just misread your original invocation, which was fine. The error message is quite obvious: The file /vagrant/puppet/modules/tomcat/templates/tomcat-users.xml.erb does n

Re: [Puppet Users] Q: execute a working manifest with modules

2014-08-20 Thread Frans Thamura
> From the doc : > > *nix (open source)$confdir/modules:/usr/share/puppet/modules > > So in your case it would be --modulepath=/vagrant/data/puppet/modules. > I try the puppet apply --modulepath=/vagrant/data/puppet/modules the console like do nothing can help? F > Hope it helps, > >

Re: [Puppet Users] Q: execute a working manifest with modules

2014-08-19 Thread Yanis Guenane
Hi Frans, --modulepath should not specify the init.pp, but the path where all the modules reside >From the doc : *nix (open source)$confdir/modules:/usr/share/puppet/modules So in your case it would be --modulepath=/vagrant/data/puppet/modules. Hope it helps, -- Yanis Guenane On 08/19/

[Puppet Users] Q: execute a working manifest with modules

2014-08-19 Thread Frans Thamura
hi all i have a working puppet modules with init , run well on vagrant now i want to run the modules inside my ubuntu box and try puppet apply --modulepath=/vagrant/data/puppet/modules/ manifest/init.pp but got this error Warning: Could not retrieve fact fqdn Error: Failed to parse template /