diff --git a/.gitignore b/.gitignore index b09707a..cfae693 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,4 @@ Gemfile.lock FileList .scannerwork -.vscode/ +.vscode \ No newline at end of file diff --git a/.puppet-lint.rc b/.puppet-lint.rc new file mode 100644 index 0000000..24728eb --- /dev/null +++ b/.puppet-lint.rc @@ -0,0 +1,2 @@ +--no-variable_scope-check +--no-top_scope_facts \ No newline at end of file diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index fccf9be..0000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "cSpell.words": [ - "autoupdate", - "basearch", - "epel", - "mirrorlist" - ] -} \ No newline at end of file