summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorrcn <tellme@deadmetropolis.de>2017-04-13 00:23:25 +0200
committerw0rp <w0rp@users.noreply.github.com>2017-04-12 23:23:25 +0100
commit7e0e7359c02632db299eca8224860e3beab72824 (patch)
tree64f4662f541a5242c16c20a2293fdd34e0691283 /doc
parentceb910e78cf95a8db71ad3f3a39a97db35d1b9f3 (diff)
downloadale-7e0e7359c02632db299eca8224860e3beab72824.zip
Add puppet-lint config options and documentation (#462)
Diffstat (limited to 'doc')
-rw-r--r--doc/ale-puppet.txt26
1 files changed, 26 insertions, 0 deletions
diff --git a/doc/ale-puppet.txt b/doc/ale-puppet.txt
new file mode 100644
index 00000000..eb305ae7
--- /dev/null
+++ b/doc/ale-puppet.txt
@@ -0,0 +1,26 @@
+===============================================================================
+ALE Puppet Integration *ale-puppet-options*
+
+
+-------------------------------------------------------------------------------
+puppetlint *ale-puppet-puppetlint*
+
+g:ale_puppet_puppetlint_executable *g:ale_puppet_puppetlint_executable*
+
+ Type: |String|
+ Default: `'puppet-lint'`
+
+ This variable can be changed to specify the executable used for puppet-lint.
+
+
+g:ale_puppet_puppetlint_options *g:ale_puppet_puppetlint_options*
+
+ Type: |String|
+ Default: `''`
+
+ This variable can be changed to add command-line arguments to the
+ puppet-lint invocation.
+
+
+-------------------------------------------------------------------------------
+ vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl: