Skip to content
This repository has been archived by the owner on Sep 19, 2020. It is now read-only.

FC033: does not recognize templates in non-default dir #476

Closed
AlexMorreale opened this issue Aug 16, 2016 · 2 comments · Fixed by #485
Closed

FC033: does not recognize templates in non-default dir #476

AlexMorreale opened this issue Aug 16, 2016 · 2 comments · Fixed by #485

Comments

@AlexMorreale
Copy link

We like to separate our templates into specific folders if we write a LWRPs.

We get:
FC033: Missing template: ./resources/logentries_follow.rb:16
for

template app_name do
  path "/etc/le/conf.d/#{app_name}.conf"
  source 'logentries/base.conf.erb'

Obviously the template is there or our recipes wouldn't be working. Maybe this is not the standard? Issue or not?

Thanks!

@troyready
Copy link

Also hit this today -- no source set in my template resource, and the template itself is in the top level of templates/ (no default folder).

Possibly fixed by #425 ? Someone should rebase it and test for tas50

@troyready
Copy link

@AlexMorreale I think you should close this as a dup of #449

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants