ソースを参照

Merge 274d97aeb2 into addd0d2da0

pull/222/merge
Robin Schneider 6ヶ月前
コミット
78c1fa429e
コミッターのメールアドレスに関連付けられたアカウントが存在しません
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 ファイルの表示

@@ -181,7 +181,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) %}

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