mirror of
https://github.com/saltstack/salt.git
synced 2025-04-15 09:10:20 +00:00
Use the correct names
This commit is contained in:
parent
f041653746
commit
3f30d2a135
1 changed files with 3 additions and 3 deletions
6
setup.py
6
setup.py
|
@ -205,9 +205,9 @@ class GenerateSaltSyspaths(Command):
|
|||
base_master_roots_dir=self.distribution.salt_base_master_roots_dir,
|
||||
logs_dir=self.distribution.salt_logs_dir,
|
||||
pidfile_dir=self.distribution.salt_pidfile_dir,
|
||||
spm_formula_path=self.distribution.salt_spm_formula_path,
|
||||
spm_pillar_path=self.distribution.salt_spm_pillar_path,
|
||||
spm_reactor_path=self.distribution.salt_spm_reactor_path,
|
||||
spm_formula_path=self.distribution.salt_spm_formula_dir,
|
||||
spm_pillar_path=self.distribution.salt_spm_pillar_dir,
|
||||
spm_reactor_path=self.distribution.salt_spm_reactor_dir,
|
||||
)
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue