fixed pylint error, and updated description on at the top the the module and state.

This commit is contained in:
Thomas Phipps 2017-11-27 11:08:12 -07:00
parent 7fb208b5ad
commit c9122e4b85
No known key found for this signature in database
GPG key ID: 614749FA9D06F57A
2 changed files with 8 additions and 7 deletions

View file

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

View file

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