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
1 changed files with 1 additions and 0 deletions

View File

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