diff --git a/pillar/role/ipsilon.sls b/pillar/role/ipsilon.sls deleted file mode 100644 index 8d84a5e..0000000 --- a/pillar/role/ipsilon.sls +++ /dev/null @@ -1,24 +0,0 @@ -{% if salt['grains.get']('include_secrets', True) %} -include: - - secrets.role.identification -{% endif %} - - -profile: - identification: - database_user: identification - database_host: postgresql.infra.opensuse.org - -sudoers: - included_files: - /etc/sudoers.d/group_ipsilon-admins: - groups: - ipsilon-admins: - - 'ALL=(ALL) ALL' - -zypper: - repositories: - openSUSE:infrastructure:ipsilon: - baseurl: http://download.infra.opensuse.org/repositories/openSUSE:/infrastructure:/ipsilon/$releasever/ - priority: 100 - refresh: True diff --git a/salt/role/ipsilon.sls b/salt/role/ipsilon.sls deleted file mode 100644 index 9c98eac..0000000 --- a/salt/role/ipsilon.sls +++ /dev/null @@ -1,5 +0,0 @@ -include: - - profile.identification.ipsilon - - profile.identification.config - - profile.identification.apache - - profile.identification.init