mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
fixed pylint error, and updated description on at the top the the module and state.
This commit is contained in:
parent
7fb208b5ad
commit
c9122e4b85
2 changed files with 8 additions and 7 deletions
|
@ -2,12 +2,12 @@
|
|||
'''
|
||||
Return/control aspects of the grains data
|
||||
|
||||
Grains set or altered this way are stored in the 'grains'
|
||||
file on the minions, by default at: ``/etc/salt/grains``
|
||||
Grains set or altered with this module are stored in the 'grains'
|
||||
file on the minions. By default, this file is located at: ``/etc/salt/grains``
|
||||
|
||||
.. Note::
|
||||
|
||||
This does **NOT** override any grains set in the minion file.
|
||||
This does **NOT** override any grains set in the minion config file.
|
||||
'''
|
||||
|
||||
# Import python libs
|
||||
|
|
|
@ -4,12 +4,13 @@ Manage grains on the minion
|
|||
===========================
|
||||
|
||||
This state allows for grains to be set.
|
||||
Grains set or altered this way are stored in the 'grains'
|
||||
file on the minions, by default at: ``/etc/salt/grains``
|
||||
|
||||
Grains set or altered with this module are stored in the 'grains'
|
||||
file on the minions, By default, this file is located at: ``/etc/salt/grains``
|
||||
|
||||
.. Note::
|
||||
|
||||
This does **NOT** override any grains set in the minion file.
|
||||
|
||||
This does **NOT** override any grains set in the minion config file.
|
||||
'''
|
||||
|
||||
# Import Python libs
|
||||
|
|
Loading…
Add table
Reference in a new issue