소스 검색

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

Loading…
취소
저장