puppet: Fix puppet-lint warnings in various manifests.

Apparently, `puppet-lint` on Ubuntu trusty throws warnings for certain
quoting patterns that are OK in modern `puppet-lint`.  I believe the
old Zulip code was actually correct (i.e. the old `puppet-lint`
implementation was the problem), but it seems worth changing anyway to
suppress the warnings.

We also exclude more of puppet-apt from linting, since it's
third-party code.
This commit is contained in:
Tim Abbott
2018-08-28 13:44:40 -07:00
parent 54e90deda8
commit 2c7f9ce0fc
4 changed files with 5 additions and 4 deletions

View File

@@ -5,6 +5,7 @@ EXCLUDED_FILES = [
"puppet/apt/README.md",
"puppet/apt/manifests/backports.pp",
"puppet/apt/manifests/params.pp",
"puppet/apt/manifests/release.pp",
"puppet/apt/manifests/unattended_upgrades.pp",
"puppet/stdlib/tests/file_line.pp",
"static/third",