Robin Schneider 6 mesi fa
parent
commit
78c1fa429e
Nessun account collegato all'indirizzo email del committer
2 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. +1
    -1
      linux/system/grub.sls
  2. +1
    -1
      linux/system/repo.sls

+ 1
- 1
linux/system/grub.sls Vedi File

@@ -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 Vedi File

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

Loading…
Annulla
Salva