-
-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Labels
Description
Hi,
in the voxpupuli/puppet-nginx module we've got the following code:
class { 'nginx':
snippets_dir => '/etc/nginx/snippets',
}
$snippet = @("SNIPPET"/L)
location @custom_451_error {
return 451;
}
| SNIPPETwhich produces the following error:
examples/snippet.pp:6:strict_indent:FIXED:indent should be 2 chars and is 1
I'm not sure if this is easily to fix, at the moment I simply disabled the plugin for those lines.
Reactions are currently unavailable