0
0
mirror of https://github.com/saltstack-formulas/salt-formula.git synced 2024-11-28 07:18:02 +01:00

Merge pull request #157 from irtnog/fix-freebsd-saltssh-package

Use the py27-salt package when installing salt-ssh on FreeBSD
This commit is contained in:
Brian Jackson 2015-07-24 15:44:52 -05:00
commit bc0776e4e3

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',