Browse Source

Fixes #198 (#212)

pull/214/head
marek-knappe 5 years ago
parent
commit
1355cf35ae
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      linux/storage/mount.sls

+ 1
- 1
linux/storage/mount.sls View File

@@ -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…
Cancel
Save