This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
ExternalMirrors
/
linux-formula
mirror of
https://github.com/salt-formulas/salt-formula-linux
Watch
1
Star
0
Fork
1
Code
Issues
0
Releases
8
Wiki
Activity
Browse Source
Do not create fs for nfs4
tags/2016.12
Ales Komarek
9 years ago
parent
32ef59fecc
commit
9e861367cf
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
+1
-1
linux/storage/mount.sls
+ 1
- 1
linux/storage/mount.sls
View File
@@ -5,7 +5,7 @@
{%- if mount.enabled %}
{%- if not mount.file_system in ['nfs'] %}
{%- if not mount.file_system in ['nfs'
, 'nfs4'
] %}
mkfs_{{ mount.device}}:
cmd.run:
Write
Preview
Loading…
Cancel
Save