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.
This commit is contained in:
Mark Small 2014-05-04 23:38:06 +01:00
commit 06c31ac969

View file

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