New version of salt-formula from Saltstack
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
508B

  1. parameters:
  2. _param:
  3. salt_cache_redis_host: 127.0.0.1
  4. salt_cache_redis_port: 6379
  5. salt_cache_redis_db: '0'
  6. salt_cache_redis_password: ''
  7. salt:
  8. master:
  9. cache:
  10. plugin: redis
  11. host: ${_param:salt_cache_redis_host}
  12. port: ${_param:salt_cache_redis_port}
  13. db: ${_param:salt_cache_redis_db}
  14. password: ${_param:salt_cache_redis_password}
  15. bank_prefix: 'MCP'
  16. bank_keys_prefix: 'MCPKEY'
  17. key_prefix: 'KEY'
  18. separator: '@'