You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using my own template for default.vcl cause errors applying puppet. I call varnish::vcl class from my own module "roles", where I have a copy of your varnish-vcl.erb template with few changes:
class { 'varnish::vcl':
template => "roles/cache_wp/varnish-vcl.erb",
causes:
Error: Could not find dependent Exec[concat_/etc/varnish/includes/backendselection.vcl] for File[/var/lib/puppet/concat/_etc_varnish_includes_backendselection.vcl/fragments/03_web2-selector] at /vagrant/puppet/modules/concat/manifests/fragment.pp:116
That occurs because in your vcl.pp file includefile define (where is de concat ) is only called if $template is empty.
Hi
Using my own template for default.vcl cause errors applying puppet. I call varnish::vcl class from my own module "roles", where I have a copy of your varnish-vcl.erb template with few changes:
causes:
That occurs because in your vcl.pp file includefile define (where is de concat ) is only called if $template is empty.
It works for me if I take the includefile sentence out of the "else":
What do you think?
The text was updated successfully, but these errors were encountered: