Parcourir la source

Fix the linux.storage.mount state for tmpfs

tags/2016.12
Simon Pasquier il y a 8 ans
Parent
révision
1f75d30237
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. +2
    -2
      linux/storage/mount.sls

+ 2
- 2
linux/storage/mount.sls Voir le fichier

@@ -5,7 +5,7 @@

{%- if mount.enabled %}

{%- if not mount.file_system in ['nfs', 'nfs4', 'cifs'] %}
{%- if not mount.file_system in ['nfs', 'nfs4', 'cifs', 'tmpfs'] %}

mkfs_{{ mount.device}}:
cmd.run:
@@ -50,4 +50,4 @@ xfs_packages_{{ mount.device }}:

{%- endfor %}

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

Chargement…
Annuler
Enregistrer