We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 742187e + 48d32bf commit 8a6442dCopy full SHA for 8a6442d
lib/puppet-lint/plugins/top_scope_facts/top_scope_facts.rb
@@ -11,7 +11,7 @@
11
# You should insert the following line to your Rakefile.
12
# `PuppetLint.configuration.top_scope_variables = ['location', 'role']`
13
#
14
-# This plugin was adoped in to puppet-lint from https://github.com/mmckinst/puppet-lint-top_scope_facts-check
+# This plugin was adopted in to puppet-lint from https://github.com/mmckinst/puppet-lint-top_scope_facts-check
15
# Thanks to @mmckinst, @seanmil and @alexjfisher for the original work.
16
PuppetLint.new_check(:top_scope_facts) do
17
TOP_SCOPE_FACTS_VAR_TYPES = Set[:VARIABLE, :UNENC_VARIABLE]
0 commit comments