summaryrefslogtreecommitdiffstats
path: root/puppethost.py
Commit message (Expand)AuthorAgeFilesLines
* Bump version to 0.6.0v0.6.0Todd Zullinger2009-03-151-1/+1
* Add options for signing packagesTodd Zullinger2009-03-151-6/+37
* Bump version to 0.5.0v0.5.0Todd Zullinger2008-11-281-1/+1
* Set version to today's date for generated certsTodd Zullinger2008-11-281-2/+6
* Make pyOpenSSL optionalv0.4.0Todd Zullinger2008-11-281-4/+4
* Add version info to moduleTodd Zullinger2008-11-281-0/+3
* Split puppethost.py into script and moduleTodd Zullinger2008-11-281-89/+0
* Add license file and headerTodd Zullinger2008-11-271-0/+16
* Handle boolean and numeric options in config fileTodd Zullinger2008-11-271-0/+14
* Expand ~ and ~user in pathsTodd Zullinger2008-11-271-3/+5
* Improve verbose output a littlev0.3Todd Zullinger2008-11-261-5/+12
* Symlink certificates from ca/signed to certs/v0.2Todd Zullinger2008-11-261-0/+4
* Fix domain when hostname is not fully qualifiedTodd Zullinger2008-11-261-2/+2
* Clean up variable names in rpm methodv0.1Todd Zullinger2008-11-261-13/+12
* Simplify setting ssldir defaultTodd Zullinger2008-11-261-3/+1
* Use socket.getfqdn() to set domain nameTodd Zullinger2008-11-261-4/+5
* Add a --verbose (-v) optionTodd Zullinger2008-11-251-0/+22
* Replace ssldir in template after options are readTodd Zullinger2008-11-251-1/+2
* Make rpmdir default to the current directoryTodd Zullinger2008-11-251-1/+1
* Fix destssldir defaultTodd Zullinger2008-11-251-1/+1
* Minor code reorganizationTodd Zullinger2008-11-251-5/+5
* Read settings from ~/.puppethost, if availableTodd Zullinger2008-11-251-0/+4
* Reword the module docstringTodd Zullinger2008-11-251-1/+1
* Make module executableTodd Zullinger2008-11-251-0/+0
* Cleanup minor issues pointed out by pycheckerTodd Zullinger2008-11-251-14/+11
* Move command line code into the moduleTodd Zullinger2008-11-251-0/+81
* Use "host" instead of "client" in object names and commentsTodd Zullinger2008-11-251-4/+4
* Initial commit for puppet host package toolTodd Zullinger2008-11-251-0/+200