Advertisement
Guest User

Untitled

a guest
Nov 6th, 2013
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. salt '*' state.sls vim [applies the vim.sls formula]
  2. salt 'web1*' state.sls nginx [applies the nginx/init.sls formula]
  3. salt 'web1*' state.sls mysql.client [recieves the mysql/client.sls]
  4. salt 'db1*' state.sls mysql.server [applies the mysql/server.sls]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement