Add one more paragraph

This commit is contained in:
Erik Johnson 2016-10-17 17:20:57 -05:00
parent a0502a7b90
commit 854586c6a4

View File

@ -160,6 +160,9 @@ dictionary. For example:
grains['anothergrain'] = 'somevalue'
return grains
The name of the function does not matter and will not factor into the grains
data at all; only the keys/values returned become part of the grains.
When to Use a Custom Grain
--------------------------