Browse Source

network: Install iproute2 package regularly

Signed-off-by: Maximilian Wilhelm <max@sdn.clinic>
Maximilian Wilhelm 3 years ago
parent
commit
5e648a747f
1 changed files with 1 additions and 4 deletions
  1. 1 4
      network/init.sls

+ 1 - 4
network/init.sls

@@ -10,6 +10,7 @@ include:
 network-pkg:
   pkg.installed:
     - pkgs:
+      - iproute2
       - tcpdump
       - mtr-tiny
       - iperf
@@ -18,10 +19,6 @@ network-pkg:
     - require_in:
       - file: /etc/network/interfaces
 
-iproute2:
-  pkg.latest
-
-
 vnstat:
   pkg.installed:
     - name: vnstat