salt: Restart on config changes

This commit is contained in:
Aneesh Agrawal 2018-09-18 09:30:22 -07:00
parent 37c9915340
commit a962d53806
2 changed files with 6 additions and 0 deletions

View File

@ -53,6 +53,9 @@ in
Type = "notify";
NotifyAccess = "all";
};
restartTriggers = [
config.environment.etc."salt/master".source
];
};
};

View File

@ -58,6 +58,9 @@ in
Type = "notify";
NotifyAccess = "all";
};
restartTriggers = [
config.environment.etc."salt/minion".source
];
};
};
}