Skip to content

Commit

Permalink
Merge pull request #1 from Contegix/master
Browse files Browse the repository at this point in the history
The ius repo is no longer contains dev
  • Loading branch information
dseira committed Aug 30, 2019
2 parents d998add + 369cdb4 commit 7088013
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 17 deletions.
2 changes: 0 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,4 @@ Installs the GPG key and the IUS RPM package for the current OS.

The IUS testing repository can be enabled by setting the Pillar ``ius:testing: True``.

The IUS dev repository can be enabled by setting the Pillar ``ius:dev: True``.

The IUS archive repository can be enabled by setting the Pillar ``ius:archive: True``.
14 changes: 0 additions & 14 deletions ius/init.sls
Original file line number Diff line number Diff line change
Expand Up @@ -80,20 +80,6 @@ ius.testing_enable:
- repl: enabled=0
{% endif %}

{% if salt['pillar.get']('ius:dev', False) %}
ius.dev_disable:
file.replace:
- name: /etc/yum.repos.d/ius-dev.repo
- pattern: '^enabled=\d'
- repl: enabled=1
{% else %}
ius.dev_enable:
file.replace:
- name: /etc/yum.repos.d/ius-dev.repo
- pattern: '^enabled=\d'
- repl: enabled=0
{% endif %}

{% if salt['pillar.get']('ius:archive', False) %}
ius.archive_disable:
file.replace:
Expand Down
1 change: 0 additions & 1 deletion pillar.example
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,3 @@ ius:
disabled: True
testing: False
archive: False
dev: False

0 comments on commit 7088013

Please sign in to comment.