ohmyzsh/plugins/puppet/puppet.plugin.zsh
Mark Small e0bfc56a7f 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.
2014-11-11 21:01:27 +00:00

5 lines
115 B
Bash

alias pa='puppet agent'
alias pat='puppet agent -t'
alias patnp='puppet agent -t --noop'
alias pap='puppet apply'