Quellcode durchsuchen

Fixes #198 (#212)

pull/214/head
marek-knappe vor 5 Jahren
Ursprung
Commit
1355cf35ae
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. +1
    -1
      linux/storage/mount.sls

+ 1
- 1
linux/storage/mount.sls Datei anzeigen

@@ -25,7 +25,7 @@ xfs_packages_{{ mount.device }}:
{%- endif %}

{%- if mount.file_system == 'nfs' %}
linux_storage_nfs_packages:
linux_storage_nfs_packages_{{ mount.path }}:
pkg.installed:
- pkgs: {{ storage.nfs.pkgs | json }}
{%- endif %}

Laden…
Abbrechen
Speichern