Use the correct names

This commit is contained in:
Pedro Algarvio 2015-08-28 01:25:48 +01:00
parent f041653746
commit 3f30d2a135

View file

@ -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,
)
)