mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 08:58:59 +00:00
Remove unnecessary format
This commit is contained in:
parent
c934a2bfa7
commit
fc4260911c
@ -439,7 +439,7 @@ def apply_config(path, source=None, salt_env='base'):
|
||||
if ret is False:
|
||||
raise CommandExecutionError('Apply Config Failed: {0}'.format(path))
|
||||
|
||||
cmd = '$status = Get-DscConfigurationStatus; $status.Status'.format(config)
|
||||
cmd = '$status = Get-DscConfigurationStatus; $status.Status'
|
||||
ret = _pshell(cmd)
|
||||
log.info('DSC Apply Config: {0}'.format(ret))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user