On 07/20/2015 06:17 PM, Fabien Delpierre wrote: > I've tried multiple things: > puppet:///modules/sensei/mysite.conf
Well that's nice, but earlier in your mail, you stated that mysite.conf is in the 'myfiles' module. The URL you need is puppet:///modules/myfiles/mysite.conf Your reasoning is sound for the most part, but don't create a 'myfiles' module. That's the actual no-no. If you create a module that installs files for the 'mysite' vhost, call it mysite or something along those lines. HTH, Felix -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/puppet-users/55AD7D9C.70606%40Alumni.TU-Berlin.de. For more options, visit https://groups.google.com/d/optout.
