This commit is contained in:
Mark Small 2017-05-02 02:19:35 +00:00 committed by GitHub
commit 64e1601cd1
2 changed files with 1208 additions and 0 deletions

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'