Browse Source

Fixes #198

pull/212/head
Marek Knappe 5 years ago
parent
commit
754f6c89ab
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      linux/storage/mount.sls

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

{%- endif %} {%- endif %}


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

Loading…
Cancel
Save