mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 08:58:59 +00:00
Add note that mount.swap state doesn't support LABEL
This commit is contained in:
parent
5a3a76fb09
commit
c12b636bf1
@ -255,6 +255,9 @@ def swap(name, persist=True, config='/etc/fstab'):
|
||||
|
||||
/root/swapfile:
|
||||
mount.swap
|
||||
|
||||
.. note::
|
||||
``swap`` does not currently support LABEL
|
||||
'''
|
||||
ret = {'name': name,
|
||||
'changes': {},
|
||||
@ -324,8 +327,7 @@ def unmounted(name,
|
||||
config='/etc/fstab',
|
||||
persist=False):
|
||||
'''
|
||||
.. note::
|
||||
This state will be available in version 0.17.0.
|
||||
.. versionadded:: 0.17.0
|
||||
|
||||
Verify that a device is not mounted
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user