ソースを参照

Fixes #198

pull/212/head
Marek Knappe 5年前
コミット
754f6c89ab
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      linux/storage/mount.sls

+ 1
- 1
linux/storage/mount.sls ファイルの表示

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

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