diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..d31f74f --- /dev/null +++ b/.gitattributes @@ -0,0 +1,5 @@ +*.erb eol=lf +*.pp eol=lf +*.sh eol=lf +*.epp eol=lf +*.rb eol=lf diff --git a/.gitignore b/.gitignore index 2186f13..c65a4c7 100644 --- a/.gitignore +++ b/.gitignore @@ -1,16 +1,16 @@ +# NOTE: This file is managed by puppetsync. Make sure any changes are +# reflected in the control repo. .*.sw? .yardoc +.idea/ dist -pkg/ -spec/fixtures/ -spec/rp_env -!/spec/hieradata/default.yaml -!/spec/fixtures/site.pp -.rspec_system -.vagrant -.bundle -Gemfile.lock -vendor -junit -log -doc +/pkg +/spec/fixtures +/spec/rp_env +/.rspec_system +/.vagrant +/.bundle +/vendor +/junit +/log +/doc diff --git a/.pmtignore b/.pmtignore new file mode 100644 index 0000000..c941f3f --- /dev/null +++ b/.pmtignore @@ -0,0 +1,23 @@ +# .pmtignore is required to mask symlinks from the `puppet module build` test +# In the module's pipeline sanity checks +# ------------------------------------------------------------------------------ +# NOTE: This file is managed by puppetsync. Make sure any changes are +# reflected in the control repo. +# ------------------------------------------------------------------------------ +.*.sw? +.yardoc +dist/ +pkg/ +spec/fixtures/ +spec/acceptance/ +spec/rp_env/ +!/spec/hieradata/default.yaml +!/spec/fixtures/site.pp +.rspec_system +.vagrant/ +.bundle/ +Gemfile.lock +vendor/ +junit/ +log/ +doc/ diff --git a/.puppet-lint.rc b/.puppet-lint.rc index 9262dbd..975f724 100644 --- a/.puppet-lint.rc +++ b/.puppet-lint.rc @@ -1,7 +1,6 @@ --log-format="%{path}:%{line}:%{check}:%{KIND}:%{message}" --relative --no-class_inherits_from_params_class-check ---no-80chars-check --no-140chars-check --no-trailing_comma-check --no-empty_string_assignment-check diff --git a/.ruby-version b/.ruby-version index 79a6144..b0f6bf0 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -2.4.4 +2.4.10