mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 09:23:56 +00:00
lint and style fix for archive state
This commit is contained in:
parent
b4a33bd29b
commit
1bab01b225
@ -9,7 +9,12 @@ import os
|
||||
|
||||
log = logging.getLogger(__name__)
|
||||
|
||||
def extracted(name, source, archive_format, tar_options=None, source_hash=None,
|
||||
|
||||
def extracted(name,
|
||||
source,
|
||||
archive_format,
|
||||
tar_options=None,
|
||||
source_hash=None,
|
||||
if_missing=None):
|
||||
'''
|
||||
State that make sure an archive is extracted in a directory.
|
||||
|
Loading…
Reference in New Issue
Block a user