Explorar el Código

Merge "Fix list of lvm services for trusty"

pull/143/merge
Richard Felkl hace 6 años
padre
commit
5bfeb1d7db
Se han modificado 1 ficheros con 5 adiciones y 2 borrados
  1. +5
    -2
      linux/map.jinja

+ 5
- 2
linux/map.jinja Ver fichero

@@ -274,8 +274,11 @@
'service': 'multipath'
},
},
}, grain='os_family', merge=salt['pillar.get']('linux:storage')) %}

}, merge=salt['grains.filter_by']({
'trusty': {
'lvm_services': ['udev'],
},
}, grain='oscodename', merge=salt['pillar.get']('linux:storage'))) %}

{% set monitoring = salt['grains.filter_by']({
'default': {

Cargando…
Cancelar
Guardar