diff --git a/salt/upstream/shaping.sls b/salt/upstream/shaping.sls index 97fb3e7..1bebb3f 100644 --- a/salt/upstream/shaping.sls +++ b/salt/upstream/shaping.sls @@ -1,6 +1,6 @@ {%- set upstream = pillar['upstream'] %} -tc: +iproute2: pkg.installed: [] /etc/network/if-up.d/shaping: @@ -9,4 +9,4 @@ tc: - template: 'jinja' - mode: 755 - require: - - pkg: tc + - pkg: iproute2