ohmyzsh/custom/plugins/puppet/puppet.plugin.zsh
Mark Small 06c31ac969 Add commonly used aliases:
* Renamed alias to allow the more common usage to use the shorter form alias.
* Added alias to get catalog from master.
* Added alias to test getting catalog from master without actually doing it.
2014-05-13 19:54:59 +01: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'