mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge pull request #37391 from rallytime/bp-35287
Back-port #35287 to 2016.3
This commit is contained in:
commit
798b2acbe3
1 changed files with 2 additions and 0 deletions
|
@ -4586,6 +4586,8 @@ def mkdir(dir_path,
|
|||
# to follow the principal of least surprise method.
|
||||
makedirs_perms(directory, user, group, mode)
|
||||
|
||||
return True
|
||||
|
||||
|
||||
def makedirs_(path,
|
||||
user=None,
|
||||
|
|
Loading…
Add table
Reference in a new issue