salt.conf 288 B

123456789101112131415161718192021
  1. #
  2. # Check if salt has to do anything
  3. #
  4. #
  5. # Salt
  6. apply Service "salt" {
  7. import "generic-service"
  8. check_command = "check_salt"
  9. if (host.name != NodeName) {
  10. command_endpoint = host.name
  11. }
  12. vars.ok_string = "[ OK ]"
  13. assign where host.address && host.vars.os == "linux"
  14. }