Browse Source

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.).
tags/v0.57.0
Matthew X. Economou 9 years ago
parent
commit
5b93601c78
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      salt/map.jinja

+ 1
- 0
salt/map.jinja 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',

Loading…
Cancel
Save