Commit df0981bc authored by Brendan Burns's avatar Brendan Burns

Merge pull request #2436 from brendandburns/salt

Remove deprecated nsinit from the node definition.
parents cea52d7e 5122e4cc
...@@ -15,8 +15,6 @@ base: ...@@ -15,8 +15,6 @@ base:
{% if pillar['use-fluentd-gcp'] is defined and pillar['use-fluentd-gcp'] %} {% if pillar['use-fluentd-gcp'] is defined and pillar['use-fluentd-gcp'] %}
- fluentd-gcp - fluentd-gcp
{% endif %} {% endif %}
# We need a binary release of nsinit
# - nsinit
- logrotate - logrotate
{% if grains['cloud'] is defined and grains['cloud'] == 'azure' %} {% if grains['cloud'] is defined and grains['cloud'] == 'azure' %}
- openvpn-client - openvpn-client
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment