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
Fixes
#198
(
#212
)
pull/214/head
marek-knappe
5 years ago
parent
e51a9b2fbf
commit
1355cf35ae
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
@@ -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 %}
Write
Preview
Loading…
Cancel
Save