| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fixing #2440 - catalogs can now be compiled on demand | Luke Kanies | 2009-07-31 | 1 | -1/+27 |
| | | | | | | | | | | This uses the locally cached yaml facts and prints the catalog in json. It's meant to be used one-time, but you have to use puppetmasterd since we assume it's the executable correctly configured for compilation. Signed-off-by: Luke Kanies <luke@madstop.com> | ||||
| * | Fixing #2228 - --logdest works again in puppetd and puppetmasterd | Luke Kanies | 2009-05-27 | 1 | -1/+1 |
| | | | | | Signed-off-by: Luke Kanies <luke@madstop.com> | ||||
| * | puppetmasterd can now run as a standard Rack application (config.ru-style) | Christian Hofstaedtler | 2009-05-02 | 1 | -5/+17 |
| | | |||||
| * | Fixing #1557 - Environments are now in REST URIs | Luke Kanies | 2009-03-20 | 1 | -4/+1 |
| | | | | | | | | | | | | | | | | | | | This commit includes multiple, related changes, all in one commit because the whole thing was necessary to reach a functional tree again: * The URI starts with the environment, so: /production/certificate/foo /development/file_content/path/to/your/file * All REST handling is done by a single instance mounted at / for webrick and Mongrel, rather than having individual instances mounted at, say, /certificate. * All REST URI translation is done by an API module. Currently only the 'v1' module exists with no support for additional modules, but it's well-separated and will be easy to expand as we need it. Signed-off-by: Luke Kanies <luke@madstop.com> | ||||
| * | Move --version handling to Puppet::Application | Brice Figureau | 2009-02-16 | 1 | -5/+0 |
| | | | | | Signed-off-by: Brice Figureau <brice-puppet@daysofwonder.com> | ||||
| * | Move puppetmasterd to Puppet::Application | Brice Figureau | 2009-02-16 | 1 | -0/+138 |
| Signed-off-by: Brice Figureau <brice-puppet@daysofwonder.com> | |||||
