summaryrefslogtreecommitdiffstats
path: root/spec/unit/node/environment.rb
Commit message (Collapse)AuthorAgeFilesLines
* Using the Environment class to determine the default environment,Luke Kanies2007-11-201-0/+4
| | | | | rather than plenty of different places having the logic of how to determine the default environment.
* The Puppet settings instance now validates environments whenLuke Kanies2007-11-191-0/+5
| | | | you set an environment.
* Fixing #911 and #912 -- there's a default environment (development)Luke Kanies2007-11-191-0/+80
and you have to specify the valid environments for your site.