Advertisement
Guest User

Untitled

a guest
Mar 28th, 2014
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.76 KB | None | 0 0
  1. [root@manage1 salt]# cat top.sls
  2. base:
  3. 'nginx*':
  4. - nginx
  5.  
  6. 'nginx1*':
  7. - nginx1net
  8.  
  9. 'nginx2*':
  10. - nginx2net
  11.  
  12. 'nfs2*':
  13. - nfs2net
  14.  
  15. 'web*':
  16. - web
  17. [root@manage1 salt]# ll
  18. total 44
  19. drwxr-xr-x 2 root root 4096 Mar 28 08:58 nfs
  20. -rw-r--r-- 1 root root 96 Mar 28 08:58 nfs2net.sls
  21. drwxr-xr-x 2 root root 4096 Mar 28 08:47 nginx
  22. drwxr-xr-x 2 root root 4096 Mar 28 07:27 nginx1net
  23. -rw-r--r-- 1 root root 329 Mar 28 09:02 nginx1net.sls
  24. drwxr-xr-x 2 root root 4096 Mar 28 06:54 nginx2net
  25. -rw-r--r-- 1 root root 329 Mar 28 07:26 nginx2net.sls
  26. -rw-r--r-- 1 root root 259 Mar 28 08:46 nginx.sls
  27. -rw-r--r-- 1 root root 137 Mar 28 08:48 top.sls
  28. drwxr-xr-x 2 root root 4096 Mar 28 09:00 web
  29. -rw-r--r-- 1 root root 312 Mar 28 08:56 web.sls
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement