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

Merge pull request #269 from mattwillsher/smartos-support

Correct SmartOS config path
This commit is contained in:
Forrest 2016-11-14 14:37:50 -08:00 committed by GitHub
commit 111cbd44d1

View File

@ -157,6 +157,7 @@ that differ from whats in defaults.yaml
'install_from_source': False, 'install_from_source': False,
} }
}, },
'config_path': '/opt/local/etc/salt',
'master': { 'master': {
'gitfs_provider': 'dulwich' 'gitfs_provider': 'dulwich'
}, },