Merge pull request #40 from davidkarlsen/noPpaForUbuntu
this is no longer needed - haproxy 1.5.x in ubuntu repo
This commit is contained in:
commit
ff4a06b5b0
1 changed files with 1 additions and 12 deletions
|
@ -1,14 +1,3 @@
|
||||||
# Because on Ubuntu we don't have a current HAProxy in the usual repo, we add a PPA
|
|
||||||
{% if salt['grains.get']('osfullname') == 'Ubuntu' %}
|
|
||||||
haproxy_ppa_repo:
|
|
||||||
pkgrepo.managed:
|
|
||||||
- ppa: vbernat/haproxy-1.5
|
|
||||||
- require_in:
|
|
||||||
- pkg: haproxy.install
|
|
||||||
- watch_in:
|
|
||||||
- pkg: haproxy.install
|
|
||||||
{% endif %}
|
|
||||||
|
|
||||||
haproxy.install:
|
haproxy.install:
|
||||||
pkg.installed:
|
pkg.installed:
|
||||||
- name: haproxy
|
- name: haproxy
|
||||||
|
@ -17,4 +6,4 @@ haproxy.install:
|
||||||
{% for item in salt['pillar.get']('haproxy:require') %}
|
{% for item in salt['pillar.get']('haproxy:require') %}
|
||||||
- {{ item }}
|
- {{ item }}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
Loading…
Reference in a new issue