summaryrefslogtreecommitdiffstats
path: root/spec/unit/application/server.rb
Commit message (Collapse)AuthorAgeFilesLines
* feature #2276 Single Executable: "puppet master"Jesse Wolfe2010-02-171-450/+0
| | | | | | Add "puppet master" as the new invocation of "puppetmasterd" Signed-off-by: Jesse Wolfe <jes5199@gmail.com>
* Renaming Parser::ResourceType to Resource::TypeLuke Kanies2010-02-171-1/+1
| | | | | | | | | | Basically, these classes (ResourceType and ResourceTypeCollection) don't really belong in Parser, so I'm moving them to the Resource namespace. This will be where anything RAL-related goes from now on, and as we migrate functionality out of Puppet::Type, it should go here. Signed-off-by: Luke Kanies <luke@reductivelabs.com>
* Removing Interpreter classLuke Kanies2010-02-171-13/+6
| | | | | | | It's no longer necessary, given the new ResourceTypeCollection class. Signed-off-by: Luke Kanies <luke@reductivelabs.com>
* Fix failing specsRein Henrichs2010-02-171-1/+1
| | | | Some variable ns were missed in the rename
* Renaming applications, mostly removing 'puppet'Luke Kanies2010-02-171-0/+457
Signed-off-by: Luke Kanies <luke@madstop.com>