mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
fix some underhanging indent while here...
This commit is contained in:
parent
ec2a091376
commit
eb5cab35ca
1 changed files with 9 additions and 9 deletions
|
@ -534,11 +534,11 @@ def mounted(name,
|
|||
if __opts__['test']:
|
||||
if __grains__['os'] in ['MacOS', 'Darwin']:
|
||||
out = __salt__['mount.set_automaster'](name,
|
||||
device,
|
||||
fstype,
|
||||
opts,
|
||||
config,
|
||||
test=True)
|
||||
device,
|
||||
fstype,
|
||||
opts,
|
||||
config,
|
||||
test=True)
|
||||
else:
|
||||
out = __salt__['mount.set_fstab'](name,
|
||||
device,
|
||||
|
@ -583,10 +583,10 @@ def mounted(name,
|
|||
else:
|
||||
if __grains__['os'] in ['MacOS', 'Darwin']:
|
||||
out = __salt__['mount.set_automaster'](name,
|
||||
device,
|
||||
fstype,
|
||||
opts,
|
||||
config)
|
||||
device,
|
||||
fstype,
|
||||
opts,
|
||||
config)
|
||||
else:
|
||||
out = __salt__['mount.set_fstab'](name,
|
||||
device,
|
||||
|
|
Loading…
Add table
Reference in a new issue