Advertisement
jackdwyer

Untitled

Nov 27th, 2013
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. sysctl-touch:
  2. file.touch:
  3. - name: /etc/sysctl.conf
  4.  
  5. /etc/sysctl.conf:
  6. file.append:
  7. - text:
  8. - net.core.rmem_max = 4194304
  9. - net.core.wmem_max = 1048576
  10.  
  11.  
  12.  
  13. Output:
  14.  
  15. [root@gig23 salt]# salt '*' state.sls sysctl-limits.sls
  16. se15:
  17.  
  18. Summary
  19. -----------
  20. Succeeded: 0
  21. Failed: 0
  22. -----------
  23. Total: 0
  24. gig21:
  25.  
  26. Summary
  27. -----------
  28. Succeeded: 0
  29. Failed: 0
  30. -----------
  31. Total: 0
  32. [root@gig23 salt]#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement