mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 09:23:56 +00:00
Adding default color kwarg to all puppet calls. Setting to 'false' turns
off colored text output.
This commit is contained in:
parent
d87b6c08cc
commit
b8bf204740
@ -48,7 +48,7 @@ class _Puppet(object):
|
||||
self.subcmd = 'agent'
|
||||
self.subcmd_args = [] # eg. /a/b/manifest.pp
|
||||
|
||||
self.kwargs = {} # eg. --tags=apache::server
|
||||
self.kwargs = {'color': 'false'} # eg. --tags=apache::server
|
||||
self.args = [] # eg. --noop
|
||||
|
||||
self.vardir = '/var/lib/puppet'
|
||||
|
Loading…
Reference in New Issue
Block a user