Changes between Version 2 and Version 3 of Internal/salt


Ignore:
Timestamp:
May 31, 2018, 3:23:19 AM (6 years ago)
Author:
msherman
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Internal/salt

    v2 v3  
    5959To apply the configuration from the top file:
    6060{{{ salt 'client pattern match' state.apply}}}
     61
     62To do a dry run, use the form:
     63{{{ salt 'client pattern match' state.apply test=True}}}
     64I have configured all clients to default to this, to overcome this set test=False.
     65
     66
     67=== Resources ===
     68We are running version 2018.3.
     69A helpful list of best practices are [https://docs.saltstack.com/en/latest/topics/best_practices.html here]