diff --git a/FORMULAS.yaml b/FORMULAS.yaml index 27124e9..e12b8c1 100644 --- a/FORMULAS.yaml +++ b/FORMULAS.yaml @@ -8,6 +8,7 @@ limits: namespace: 'ryancurrah' locale: {} mysql: {} +nginx: {} ntp: {} openldap: {} openssh: {} diff --git a/pillar/role/saltmaster.sls b/pillar/role/saltmaster.sls index f15dca8..8341883 100644 --- a/pillar/role/saltmaster.sls +++ b/pillar/role/saltmaster.sls @@ -35,6 +35,7 @@ salt: - https://gitlab.infra.opensuse.org/saltstack-formulas/limits-formula.git - https://gitlab.infra.opensuse.org/saltstack-formulas/locale-formula.git - https://gitlab.infra.opensuse.org/saltstack-formulas/mysql-formula.git + - https://gitlab.infra.opensuse.org/saltstack-formulas/nginx-formula.git - https://gitlab.infra.opensuse.org/saltstack-formulas/ntp-formula.git - https://gitlab.infra.opensuse.org/saltstack-formulas/openldap-formula.git - https://gitlab.infra.opensuse.org/saltstack-formulas/openssh-formula.git