Changes between Version 2 and Version 3 of Internal/salt
- Timestamp:
- May 31, 2018, 3:23:19 AM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Internal/salt
v2 v3 59 59 To apply the configuration from the top file: 60 60 {{{ salt 'client pattern match' state.apply}}} 61 62 To do a dry run, use the form: 63 {{{ salt 'client pattern match' state.apply test=True}}} 64 I have configured all clients to default to this, to overcome this set test=False. 65 66 67 === Resources === 68 We are running version 2018.3. 69 A helpful list of best practices are [https://docs.saltstack.com/en/latest/topics/best_practices.html here]