mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Remove unnecessary format
This commit is contained in:
parent
c934a2bfa7
commit
fc4260911c
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue