Add auto-completion and aliases for Puppet:

The plugin auto-completes the puppet sub-commands when you
press <TAB>, this displays the sub-commands and a little help
text.  Once you select the sub-command, if you press <TAB>
again, then options are displayed, again with a little help
text.

Added some common aliases for puppet commands.
This commit is contained in:
Mark Small 2014-11-11 21:01:27 +00:00
parent df5b09e20b
commit e0bfc56a7f
2 changed files with 1208 additions and 0 deletions

1203
plugins/puppet/_puppet Normal file

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,5 @@
alias pa='puppet agent'
alias pat='puppet agent -t'
alias patnp='puppet agent -t --noop'
alias pap='puppet apply'