Add note that mount.swap state doesn't support LABEL

This commit is contained in:
rallytime 2014-07-11 14:32:34 -06:00
parent 5a3a76fb09
commit c12b636bf1

View File

@ -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