Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Removed extra whitespace from end of lines | Ian Taylor | 2009-06-06 | 1 | -11/+11 |
| | |||||
* | Refactoring how the Settings file is parsed | Luke Kanies | 2009-02-19 | 1 | -2/+2 |
| | | | | | | | | | | | | | The goal of this refactor was to use a cached attribute for the LoadedFile instance we use to monitor whether the file needs reparsing. We were getting tests that affected later tests because they were holding on to LoadedFile stubs, somehow. The other main change here is that the Settings#parse method now knows how to look up its own file path. Signed-off-by: Luke Kanies <luke@madstop.com> | ||||
* | Move --version handling to Puppet::Application | Brice Figureau | 2009-02-16 | 1 | -6/+16 |
| | | | | Signed-off-by: Brice Figureau <brice-puppet@daysofwonder.com> | ||||
* | Introducing the Application Controller | Brice Figureau | 2009-02-16 | 1 | -0/+292 |
Signed-off-by: Brice Figureau <brice-puppet@daysofwonder.com> |