Skip to content

Instantly share code, notes, and snippets.

@onlyanegg
Created November 22, 2016 18:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save onlyanegg/e25564c979a2ac08cb5366864d821360 to your computer and use it in GitHub Desktop.
Save onlyanegg/e25564c979a2ac08cb5366864d821360 to your computer and use it in GitHub Desktop.
mine_functions:
network.ip_addrs: [enp0s8]
[root@app101 ~]# salt-call saltutil.sync_all saltenv=common
[CRITICAL] 'master_type' set to 'failover' but 'retry_dns' is not 0. Setting 'retry_dns' to 0 to failover to the next master on DNS errors.
local:
----------
beacons:
engines:
grains:
log_handlers:
modules:
output:
proxymodules:
renderers:
returners:
sdb:
states:
utils:
[root@app101 ~]# salt-call pillar.get mine_functions
[CRITICAL] 'master_type' set to 'failover' but 'retry_dns' is not 0. Setting 'retry_dns' to 0 to failover to the next master on DNS errors.
local:
----------
network.ip_addrs:
- enp0s8
[root@app101 ~]# salt-call mine.get '*' network.ip_addr
[CRITICAL] 'master_type' set to 'failover' but 'retry_dns' is not 0. Setting 'retry_dns' to 0 to failover to the next master on DNS errors.
local:
----------
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment