Salt: Difference between revisions

From Pumping Station One
Created page with " == Adding a new box == sudo salt-key -L sudo salt-key -a foobox sudo salt state.state 'foobox' state.highstate"
 
No edit summary
Line 3: Line 3:
== Adding a new box ==
== Adding a new box ==


When you install salt-minion on a client box, you will need to




     sudo salt-key -L
     sudo salt-key -L
     sudo salt-key -a foobox
     sudo salt-key -a foobox
     sudo salt state.state 'foobox' state.highstate
     sudo salt 'foobox' state.highstate

Revision as of 21:20, 29 August 2014


Adding a new box

When you install salt-minion on a client box, you will need to


   sudo salt-key -L
   sudo salt-key -a foobox
   sudo salt 'foobox' state.highstate