ソースを参照

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')) %}


読み込み中…
キャンセル
保存