Home
last modified time | relevance | path

Searched refs:HAS_DEPS (Results 1 – 6 of 6) sorted by relevance

/dports/sysutils/py-salt/salt-3004.1/salt/modules/
H A Dopenstack_config.py19 HAS_DEPS = True
21 HAS_DEPS = False
25 elif HAS_DEPS and hasattr(pipes, "quote"):
36 if _quote is None and not HAS_DEPS:
H A Dmac_keychain.py17 HAS_DEPS = True variable
19 HAS_DEPS = False variable
23 elif HAS_DEPS and hasattr(pipes, "quote"):
H A Dmacpackage.py15 HAS_DEPS = True
17 HAS_DEPS = False
26 elif HAS_DEPS and hasattr(pipes, "quote"):
H A Dzk_concurrency.py88 HAS_DEPS = True variable
90 HAS_DEPS = False variable
97 if not HAS_DEPS:
/dports/sysutils/py-salt/salt-3004.1/salt/auth/
H A Dpki.py34 HAS_DEPS = True variable
36 HAS_DEPS = False variable
47 if HAS_DEPS:
/dports/sysutils/py-salt/salt-3004.1/salt/returners/
H A Dcouchbase_return.py60 HAS_DEPS = True variable
62 HAS_DEPS = False variable
84 if not HAS_DEPS: