瀏覽代碼

Update map.jinja

Add support fpr Ubuntu Focal.
pull/218/head
preussal 4 年之前
父節點
當前提交
201722bb13
共有 1 個檔案被更改,包括 3 行新增1 行删除
  1. +3
    -1
      linux/map.jinja

+ 3
- 1
linux/map.jinja 查看文件

@@ -383,6 +383,9 @@ Debian:
},
},
}, merge=salt['grains.filter_by']({
'focal': {
'lvm_services': ['lvm2-monitor'],
},
'buster': {
'lvm_services': ['lvm2-monitor'],
},
@@ -469,4 +472,3 @@ Debian:
}
},
}, grain='os_family', merge=salt['pillar.get']('linux:monitoring')) %}


Loading…
取消
儲存