From a7968d6ceeebd78c2b3f6a4a61b3f2fd91f1f332 Mon Sep 17 00:00:00 2001 From: Pratyush Desai Date: Sun, 19 Feb 2023 20:26:03 +0530 Subject: [PATCH] add nsd role and formulas --- pillar/formulas.yaml | 1 + salt/role/dns/nsd.sls | 2 ++ 2 files changed, 3 insertions(+) create mode 100644 salt/role/dns/nsd.sls diff --git a/pillar/formulas.yaml b/pillar/formulas.yaml index 191a8e1..0683900 100644 --- a/pillar/formulas.yaml +++ b/pillar/formulas.yaml @@ -2,6 +2,7 @@ - firewalld - keepalived - nginx +- nsd - openssh - postfix - prometheus diff --git a/salt/role/dns/nsd.sls b/salt/role/dns/nsd.sls new file mode 100644 index 0000000..eed8d6a --- /dev/null +++ b/salt/role/dns/nsd.sls @@ -0,0 +1,2 @@ +include: + - nsd