mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Add link to provider override docs to all group providers
This commit is contained in:
parent
83ca01f620
commit
500d3ebbaa
4 changed files with 24 additions and 0 deletions
|
@ -1,6 +1,12 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
'''
|
||||
Manage groups on Linux, OpenBSD and NetBSD
|
||||
|
||||
.. important::
|
||||
If you feel that Salt should be using this module to manage groups on a
|
||||
minion, and it is using a different module (or gives an error similar to
|
||||
*'group.info' is not available*), see :ref:`here
|
||||
<module-provider-override>`.
|
||||
'''
|
||||
|
||||
# Import python libs
|
||||
|
|
|
@ -1,6 +1,12 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
'''
|
||||
Manage groups on FreeBSD
|
||||
|
||||
.. important::
|
||||
If you feel that Salt should be using this module to manage groups on a
|
||||
minion, and it is using a different module (or gives an error similar to
|
||||
*'group.info' is not available*), see :ref:`here
|
||||
<module-provider-override>`.
|
||||
'''
|
||||
from __future__ import absolute_import
|
||||
|
||||
|
|
|
@ -1,6 +1,12 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
'''
|
||||
Manage groups on Solaris
|
||||
|
||||
.. important::
|
||||
If you feel that Salt should be using this module to manage groups on a
|
||||
minion, and it is using a different module (or gives an error similar to
|
||||
*'group.info' is not available*), see :ref:`here
|
||||
<module-provider-override>`.
|
||||
'''
|
||||
from __future__ import absolute_import
|
||||
|
||||
|
|
|
@ -1,6 +1,12 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
'''
|
||||
Manage groups on Windows
|
||||
|
||||
.. important::
|
||||
If you feel that Salt should be using this module to manage groups on a
|
||||
minion, and it is using a different module (or gives an error similar to
|
||||
*'group.info' is not available*), see :ref:`here
|
||||
<module-provider-override>`.
|
||||
'''
|
||||
from __future__ import absolute_import
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue