salt: Restart on config changes
This commit is contained in:
parent
37c9915340
commit
a962d53806
@ -53,6 +53,9 @@ in
|
|||||||
Type = "notify";
|
Type = "notify";
|
||||||
NotifyAccess = "all";
|
NotifyAccess = "all";
|
||||||
};
|
};
|
||||||
|
restartTriggers = [
|
||||||
|
config.environment.etc."salt/master".source
|
||||||
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -58,6 +58,9 @@ in
|
|||||||
Type = "notify";
|
Type = "notify";
|
||||||
NotifyAccess = "all";
|
NotifyAccess = "all";
|
||||||
};
|
};
|
||||||
|
restartTriggers = [
|
||||||
|
config.environment.etc."salt/minion".source
|
||||||
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user