Explorar el Código

Remove parameter

tags/2016.12
Filip Pytloun hace 9 años
padre
commit
35896ff811
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      linux/system/kernel.sls

+ 1
- 1
linux/system/kernel.sls Ver fichero

@@ -20,7 +20,7 @@ linux_kernel_package:
# Not very Salt-ish.. :-(
linux_kernel_old_absent:
cmd.wait:
- name: "apt-get purge -y --no-input $(dpkg -l '*linux-image-[0-9]*' '*linux-headers-[0-9]*' '*linux-extra-[0-9]*' | grep -E '^ii' | awk '{print $2}' | grep -v '{{ system.kernel.version }}')"
- name: "apt-get purge -y $(dpkg -l '*linux-image-[0-9]*' '*linux-headers-[0-9]*' '*linux-extra-[0-9]*' | grep -E '^ii' | awk '{print $2}' | grep -v '{{ system.kernel.version }}')"
- watch:
- pkg: linux_kernel_package


Cargando…
Cancelar
Guardar