2
0

Use the py27-salt package when installing salt-ssh on FreeBSD

On FreeBSD salt-ssh gets bundled into a single package with the other
SaltStack components (minion, master, etc.).
This commit is contained in:
Matthew X. Economou 2015-07-24 16:11:23 -04:00
parent e5ad08ee1e
commit 5b93601c78

View File

@ -48,6 +48,7 @@ that differ from whats in defaults.yaml
'salt_syndic': 'py27-salt', 'salt_syndic': 'py27-salt',
'salt_cloud': 'py27-salt', 'salt_cloud': 'py27-salt',
'salt_api': 'py27-salt', 'salt_api': 'py27-salt',
'salt_ssh': 'py27-salt',
'config_path': '/usr/local/etc/salt', 'config_path': '/usr/local/etc/salt',
'minion_service': 'salt_minion', 'minion_service': 'salt_minion',
'master_service': 'salt_master', 'master_service': 'salt_master',