summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorLuke Kanies <luke@madstop.com>2008-04-08 11:22:03 -0500
committerLuke Kanies <luke@madstop.com>2008-04-08 11:22:03 -0500
commitbd858dff513c36f63bcadc13116558fc151c04be (patch)
tree9476b0b290519afdb9a5fa6e3e34260f6284bd1b /lib
parent80f8b80eacfa80bfd7b7d4f348838592161ed97a (diff)
downloadpuppet-bd858dff513c36f63bcadc13116558fc151c04be.tar.gz
puppet-bd858dff513c36f63bcadc13116558fc151c04be.tar.xz
puppet-bd858dff513c36f63bcadc13116558fc151c04be.zip
Changing the default environment to production.
Diffstat (limited to 'lib')
-rw-r--r--lib/puppet/defaults.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/puppet/defaults.rb b/lib/puppet/defaults.rb
index 0f01c2ee2..eed1a00f3 100644
--- a/lib/puppet/defaults.rb
+++ b/lib/puppet/defaults.rb
@@ -128,7 +128,7 @@ module Puppet
This is more useful as a server-side setting than client, but any
environment chosen must be in this list. Values should be
separated by a comma."],
- :environment => {:default => "development", :desc => "The environment Puppet is running in. For clients
+ :environment => {:default => "production", :desc => "The environment Puppet is running in. For clients
(e.g., ``puppetd``) this determines the environment itself, which
is used to find modules and much more. For servers (i.e.,
``puppetmasterd``) this provides the default environment for nodes