Commit Graph

5 Commits (bbf60e36eb5426b77d6b2d69336e90fb9c956b16)

Author SHA1 Message Date
Ryan Brown ea5cd3941b Improve module docs (#2638) 2016-12-08 11:34:35 -05:00
Adrian Likins c0e316209b Add RETURN docs for github_key (#2634) 2016-12-08 11:34:35 -05:00
Adrian Likins 292d788d09 Use py2.4 compat string formatting in github_key (#2633)
Replace the use of python 2.6+ string .format() method
use with the python 2.4 compatible '%s' formatting to
make the github_key module py2.4 compatible.
2016-12-08 11:34:34 -05:00
Ryan S. Brown 1997c17c65 Correct version_added for `github_key` module - was 2.0, now 2.2 2016-12-08 11:34:34 -05:00
Robert Estelle f7dc107822 New module - github_key (#692)
Create github_key module for managing GitHub keys.
This module creates, removes, or updates GitHub access keys.
2016-12-08 11:34:34 -05:00