2017-04-12 22:23:25 +00:00
|
|
|
===============================================================================
|
|
|
|
ALE Puppet Integration *ale-puppet-options*
|
|
|
|
|
|
|
|
|
2018-08-27 17:59:38 +00:00
|
|
|
===============================================================================
|
|
|
|
puppet *ale-puppet-puppet*
|
|
|
|
|
|
|
|
g:ale_puppet_puppet_executable *g:ale_puppet_puppet_executable*
|
|
|
|
*b:ale_puppet_puppet_executable*
|
|
|
|
Type: |String|
|
|
|
|
Default: `'puppet'`
|
|
|
|
|
|
|
|
This variable can be changed to specify the executable used for puppet.
|
|
|
|
|
|
|
|
|
|
|
|
g:ale_puppet_puppet_options *g:ale_puppet_puppet_options*
|
|
|
|
*b:ale_puppet_puppet_options*
|
|
|
|
Type: |String|
|
2018-08-29 12:11:51 +00:00
|
|
|
Default: `''`
|
2018-08-27 17:59:38 +00:00
|
|
|
|
|
|
|
This variable can be changed to add command-line arguments to the
|
|
|
|
puppet parser validate invocation.
|
|
|
|
|
|
|
|
|
2017-07-08 13:17:26 +00:00
|
|
|
===============================================================================
|
2017-04-12 22:23:25 +00:00
|
|
|
puppetlint *ale-puppet-puppetlint*
|
|
|
|
|
|
|
|
g:ale_puppet_puppetlint_executable *g:ale_puppet_puppetlint_executable*
|
2017-04-27 21:04:34 +00:00
|
|
|
*b:ale_puppet_puppetlint_executable*
|
2017-04-12 22:23:25 +00:00
|
|
|
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*
|
2017-04-27 21:04:34 +00:00
|
|
|
*b:ale_puppet_puppetlint_options*
|
2017-04-12 22:23:25 +00:00
|
|
|
Type: |String|
|
2017-04-12 22:25:31 +00:00
|
|
|
Default: `'--no-autoloader_layout-check'`
|
2017-04-12 22:23:25 +00:00
|
|
|
|
|
|
|
This variable can be changed to add command-line arguments to the
|
|
|
|
puppet-lint invocation.
|
|
|
|
|
|
|
|
|
2018-07-04 11:36:50 +00:00
|
|
|
===============================================================================
|
|
|
|
puppet-languageserver *ale-puppet-languageserver*
|
|
|
|
|
|
|
|
g:ale_puppet_languageserver_executable *g:ale_puppet_languageserver_executable*
|
|
|
|
*b:ale_puppet_languageserver_executable*
|
|
|
|
type: |String|
|
|
|
|
Default: `'puppet-languageserver'`
|
|
|
|
|
|
|
|
This variable can be used to specify the executable used for
|
|
|
|
puppet-languageserver.
|
|
|
|
|
2017-07-08 13:17:26 +00:00
|
|
|
===============================================================================
|
2017-04-12 22:23:25 +00:00
|
|
|
vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl:
|