Advertisement
Guest User

Untitled

a guest
Feb 5th, 2014
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.27 KB | None | 0 0
  1. apt_sources:
  2. - source: "deb http://ppa.launchpad.net/saltstack/salt/ubuntu precise main"
  3. key: |
  4. -----BEGIN PGP PUBLIC KEY BLOCK-----
  5. Version: SKS 1.1.4
  6. Comment: Hostname: keyserver.ubuntu.com
  7.  
  8. mI0ETs4aowEEALDRpPyebQ5JlJNmleRzZYzxO4Ia8hpCSHzLm6DaMvXcFesfP4OTN0J9JjAv
  9. xbRxw8ROBz4SZ4iPhzPOZlXHBaI/5BF8Cc8CFW/HDqhPNH3qdOC9Te2q0QZgzd7WS94GXgzK
  10. nKCi1bmZ5pCvoJEvu3XK24/jmfLijp/1iO46xuofABEBAAG0HExhdW5jaHBhZCBQUEEgZm9y
  11. IFNhbHQgU3RhY2uIuAQTAQIAIgUCTs4aowIbAwYLCQgHAwIGFQgCCQoLBBYCAwECHgECF4AA
  12. CgkQR1n6lg4nwKYQMwP9FQpta7rMNj2kgIvv3pXOr4z+Rgp3Vd8NmoHlIt6ZyigiisGfuht9
  13. 0PyvBLlJxpqGZt7bdz5QzV3HYSkk1K/L6CzpAgC/o/LPiir/Xi4ur/tgmRp30ONGPrLvSyRk
  14. dv1pIkMqEekOSdTgjyvRq7+rYpqh5obYFJPoxSqDYOND9lo=
  15. =woTM
  16. -----END PGP PUBLIC KEY BLOCK-----
  17.  
  18. salt_minion:
  19. # conf contains all the directives to be assigned in /etc/salt/minion.
  20.  
  21. conf:
  22. # Set the location of the salt master server, if the master server cannot be
  23. # resolved, then the minion will fail to start.
  24.  
  25. master: saltmaster
  26. grains:
  27. roles:
  28. - utility
  29. app:
  30. - devops
  31. env:
  32. -
  33. mine_functions:
  34. network.interfaces: []
  35. test.ping: []
  36. grains.item:
  37. - app
  38. - roles
  39. - env
  40. - fqdn
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement