summaryrefslogtreecommitdiffstats
path: root/puppet-host-package
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup tmp filesTodd Zullinger2014-05-031-0/+5
| | | | | | We don't want to leave the cert/key laying around in a tmp dir. This was missed when host.cleanup() was moved out of host.rpm() a long time ago.
* Add --package-type option and allow tar to be usedTodd Zullinger2014-04-021-0/+2
| | | | | | | | For systems we don't support with proper OS packages, a tarball is better than nothing. We already generate one, this just allows us to save it rather than remove it as part of the cleanup process. RPM remains the default package type.
* Rename --rpmdir to --destdirTodd Zullinger2014-04-021-3/+3
| | | | When we add new package types, using rpmdir will make much less sense.
* Don't run cleanup() in rpm(), call it explicitlyTodd Zullinger2009-08-281-0/+2
| | | | | | Running cleanup() from rpm() made it impossible to create a tarball or other package after rpm() was called because it deleted the tmpdir, which was made a class variable in ae26808.
* Add options for signing packagesTodd Zullinger2009-03-151-0/+20
|
* Split puppethost.py into script and moduleTodd Zullinger2008-11-281-0/+108
| | | | | This will make it easier to create a tarball distribution using distutils.
* Move command line code into the moduleTodd Zullinger2008-11-251-78/+0
| | | | This allows the code to be run directly or used as a module.
* Use "host" instead of "client" in object names and commentsTodd Zullinger2008-11-251-7/+5
|
* Initial commit for puppet host package toolTodd Zullinger2008-11-251-0/+80