Skip to content

Commit

Permalink
fix issues with syntax commands in Puppet 4
Browse files Browse the repository at this point in the history
  • Loading branch information
garethr committed May 6, 2015
1 parent 5f8679b commit 6747905
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Rakefile
Original file line number Diff line number Diff line change
@@ -33,7 +33,9 @@ exclude_paths = [
]
PuppetLint.configuration.ignore_paths = exclude_paths

PuppetSyntax.future_parser = true
if ENV['FUTURE_PARSER'] == 'yes'
PuppetSyntax.future_parser = true
end
PuppetSyntax.exclude_paths = exclude_paths

desc "Run acceptance tests"

0 comments on commit 6747905

Please sign in to comment.