From 157f356442d8a9fee1a092594ef0390cd947ae9c Mon Sep 17 00:00:00 2001 From: Matt Willsher Date: Mon, 14 Nov 2016 22:22:52 +0000 Subject: [PATCH] Correct SmartOS config path --- salt/map.jinja | 1 + 1 file changed, 1 insertion(+) diff --git a/salt/map.jinja b/salt/map.jinja index 369fc2f..3c9ed4c 100644 --- a/salt/map.jinja +++ b/salt/map.jinja @@ -157,6 +157,7 @@ that differ from whats in defaults.yaml 'install_from_source': False, } }, + 'config_path': '/opt/local/etc/salt', 'master': { 'gitfs_provider': 'dulwich' },