Skip to content

Commit

Permalink
Make sure mounted volumes end up in fstab
Browse files Browse the repository at this point in the history
  • Loading branch information
Clark Perkins committed Jan 11, 2017
1 parent 24c9bc2 commit cf3b62c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stackdio/salt/core_states/core/mount_volumes.sls
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
- fstype: {{ vol['filesystem_type'] }}
- mount: true
- mkmnt: true
- persist: false
- persist: true
{% endif %}

{% endfor %}

0 comments on commit cf3b62c

Please sign in to comment.