This commit is contained in:
Mark Small 2018-04-17 20:55:45 +00:00 committed by GitHub
commit bc511ef35d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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'