salt: Restart on config changes

This commit is contained in:
Aneesh Agrawal
2018-10-15 19:59:25 -07:00
parent 37c9915340
commit a962d53806
2 changed files with 6 additions and 0 deletions
@@ -53,6 +53,9 @@ in
Type = "notify";
NotifyAccess = "all";
};
restartTriggers = [
config.environment.etc."salt/master".source
];
};
};
@@ -58,6 +58,9 @@ in
Type = "notify";
NotifyAccess = "all";
};
restartTriggers = [
config.environment.etc."salt/minion".source
];
};
};
}