(GH-cat-9) Update module to match current syntax standard
authordavid22swan <david.swan@puppet.com>
Wed, 24 Aug 2022 10:59:05 +0000 (11:59 +0100)
committerdavid22swan <david.swan@puppet.com>
Wed, 24 Aug 2022 11:42:24 +0000 (12:42 +0100)
commitcb6e58cedbd6d7a9bfc63c97c83d51eb39e9c7dc
tree4e699d2693477e64c091f579526c6b0eb905c9cd
parent5ce72ec21187bd7d2ccf8a54710c4ef56585ef87
(GH-cat-9) Update module to match current syntax standard

Module is now in compliance with the following rules:
- optional_default
- strict_indent
- unquoted_string_in_case
- parameter_documentation
- relative_classname_inclusion
- no-top_scope_facts-check
- no-top_scope_variable-check
- variable_scope

The below exception has been left in place:
- disable_anchor_resource
14 files changed:
.puppet-lint.rc
.sync.yml
REFERENCE.md
Rakefile
manifests/backports.pp
manifests/init.pp
manifests/key.pp
manifests/params.pp
manifests/pin.pp
manifests/ppa.pp
manifests/setting.pp
manifests/source.pp
manifests/update.pp
spec/classes/apt_update_spec.rb