Explorar el Código

Merge pull request #1 from PCMi/master

saltstack-formulas apt
master
Joseph Hall hace 11 años
padre
commit
f5634335f3
Se han modificado 1 ficheros con 15 adiciones y 0 borrados
  1. +15
    -0
      init.sls

+ 15
- 0
init.sls Ver fichero

@@ -0,0 +1,15 @@
{% if grains['os']=="Ubuntu" %}

apt-get update:
cmd.wait:
- order: 130

apt-get upgrade:
cmd.wait:
- order: 135

apt-get dist-upgrade:
cmd.wait:
- order: 135
{% endif %}

Cargando…
Cancelar
Guardar