Difference between revisions of "Salt"

From Pumping Station One
Jump to navigation Jump to search
(Created page with " == Adding a new box == sudo salt-key -L sudo salt-key -a foobox sudo salt state.state 'foobox' state.highstate")
 
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 03:20, 30 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