puppet agent -t
shows diffs of binary files sometimes and it messes up my terminal. How can I get it to not show diffs at all?
Eu tenho medo que a resposta seja que você não pode. Como a opção --test
ativa o show_diff
, mesmo se você adicionar --no-show_diff
ou show_diff = false
à linha de comando:
puppet help agent
* --test:
Enable the most common options used for testing. These are 'onetime',
'verbose', 'ignorecache', 'no-daemonize', 'no-usecacheonfailure',
'detailed-exit-codes', 'no-splay', and 'show_diff'.