[Puppet Users] Re: Learning puppet: how to use a module?

2013-05-03 Thread Leonard Ehrenfried
Thanks for the hint! It was indeed the missing module path. I now run puppet the following way, which works: sudo puppet apply --modulepath=/home/lenni/.puppet/modules/ puppet/jcheld.pp On Monday, April 29, 2013 3:11:51 AM UTC+2, Ellison Marks wrote: From the puppet apply man page: When

[Puppet Users] Re: Learning puppet: how to use a module?

2013-04-29 Thread jcbollinger
On Sunday, April 28, 2013 4:40:01 AM UTC-5, Leonard Ehrenfried wrote: Hi, I'm currently learning puppet but I have come across something which I can't figure out from the docs. I have a rails app, which needs a few Ubuntu packages installed to work. Some of those come from a PPA, which

[Puppet Users] Re: Learning puppet: how to use a module?

2013-04-28 Thread Ellison Marks
From the puppet apply man page: When provided with a modulepath, via command line or config file, puppet apply can effectively mimic the catalog that would be served by puppet master with access to the same modules, although there are some subtle differences. When combined with scheduling