ソースを参照

Add basis support for Suse os_family: system.grub and system.repo

pull/222/head
Robin Schneider 4年前
コミット
274d97aeb2
コミッターのメールアドレスに関連付けられたアカウントが存在しません
2個のファイルの変更2行の追加2行の削除
  1. +1
    -1
      linux/system/grub.sls
  2. +1
    -1
      linux/system/repo.sls

+ 1
- 1
linux/system/grub.sls ファイルの表示

@@ -6,7 +6,7 @@ grub_d_directory:
- mode: 755
- makedirs: True

{%- if grains['os_family'] == 'RedHat' %}
{%- if grains['os_family'] in ['RedHat','Suse'] %}
{%- set boot_grub_cfg = '/boot/grub2/grub.cfg' %}
/etc/default/grub:
file.append:

+ 1
- 1
linux/system/repo.sls ファイルの表示

@@ -166,7 +166,7 @@ linux_repo_{{ name }}:
{%- endif %}
{%- endif %}

{%- if grains.os_family == "RedHat" %}
{%- if grains.os_family in ["RedHat", "Suse"] %}

{%- if repo.get('enabled', True) %}
{%- if repo.get('proxy', {}).get('enabled', False) %}

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