You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to puppet...@googlegroups.com
I am writing a spec for a module and one of my template is on the puppet server. My test keeps failing with "Could not find template....<path_to_template>" locally.
Any way to get around this issue? Perhaps a better way?
Thank you
Felix Frank
unread,
Nov 14, 2014, 1:37:17 PM11/14/14
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to puppet...@googlegroups.com
Hi,
the templates are *always* supposed to be part of the module, which is
located on the master, usually.
Can you share the manifest excerpt that uses the template, the template
location and the code for the test that is failing?