Update dep name
This commit is contained in:
parent
87ac203528
commit
8c41fba705
1 changed files with 4 additions and 4 deletions
|
@ -4,12 +4,12 @@
|
||||||
#?(:cljs [shadow.resource :as rc])
|
#?(:cljs [shadow.resource :as rc])
|
||||||
[dda.c4k-common.yaml :as yaml]
|
[dda.c4k-common.yaml :as yaml]
|
||||||
[dda.c4k-common.common :as cm]
|
[dda.c4k-common.common :as cm]
|
||||||
[dda.c4k-common.predicate :as pred]
|
[dda.c4k-common.predicate :as cp]
|
||||||
[dda.c4k-common.ingress :as ing]))
|
[dda.c4k-common.ingress :as ing]))
|
||||||
|
|
||||||
(s/def ::fqdn pred/fqdn-string?)
|
(s/def ::fqdn cp/fqdn-string?)
|
||||||
(s/def ::issuer pred/letsencrypt-issuer?)
|
(s/def ::issuer cp/letsencrypt-issuer?)
|
||||||
(s/def ::django-secret-key pred/bash-env-string?)
|
(s/def ::django-secret-key cp/bash-env-string?)
|
||||||
|
|
||||||
#?(:cljs
|
#?(:cljs
|
||||||
(defmethod yaml/load-resource :shynet [resource-name]
|
(defmethod yaml/load-resource :shynet [resource-name]
|
||||||
|
|
Loading…
Reference in a new issue