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

FC033 triggered on template with source file name starting with '.' #165

Closed
eherot opened this issue Aug 28, 2013 · 2 comments
Closed

FC033 triggered on template with source file name starting with '.' #165

eherot opened this issue Aug 28, 2013 · 2 comments

Comments

@eherot
Copy link

eherot commented Aug 28, 2013

This fails FC033:
template '/etc/.s3cfg' do
source '.s3cfg.erb'
end

This doesn't:

template '/etc/.s3cfg' do
source 's3cfg.erb'
end

@acrmp
Copy link
Member

acrmp commented Aug 31, 2013

Hi Eric,

I've pushed a fix for this issue to master.

Can you test against master and let me know if this resolves the issue please?

Thanks,

Andrew.

@eherot
Copy link
Author

eherot commented Sep 1, 2013

Hi Andrew,

Your fix seems to have resolved the issue. Thanks!

@eherot eherot closed this as completed Sep 1, 2013
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants