diff options
| author | Luke Kanies <luke@madstop.com> | 2007-10-03 22:29:05 -0500 |
|---|---|---|
| committer | Luke Kanies <luke@madstop.com> | 2007-10-03 22:29:05 -0500 |
| commit | 35718437c40ab4228bd58eabf89728b7d0919e50 (patch) | |
| tree | 9685e3638ec3110599e0d83d876d4738f8667ff2 /lib/puppet/reference | |
| parent | bb3b3cedf4082dc884e41b864fa755057d20e228 (diff) | |
| parent | fd11603fe47668ba72f0d3f2b984174331a0a154 (diff) | |
| download | puppet-35718437c40ab4228bd58eabf89728b7d0919e50.tar.gz puppet-35718437c40ab4228bd58eabf89728b7d0919e50.tar.xz puppet-35718437c40ab4228bd58eabf89728b7d0919e50.zip | |
Merge branch 'master' of ssh://reductivelabs.com/opt/rl/git/puppet
Conflicts:
lib/puppet/defaults.rb
lib/puppet/dsl.rb
Diffstat (limited to 'lib/puppet/reference')
| -rw-r--r-- | lib/puppet/reference/configuration.rb | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/lib/puppet/reference/configuration.rb b/lib/puppet/reference/configuration.rb index 4b09002b8..c37b2e7dd 100644 --- a/lib/puppet/reference/configuration.rb +++ b/lib/puppet/reference/configuration.rb @@ -73,10 +73,14 @@ the client configuration. Configuration Files +++++++++++++++++++ -As mentioned above, the configuration parameters can also be stored in a -configuration file, located in the configuration directory (`/etc/puppet` -by default). As of 0.23.0, all executables look for ``puppet.conf`` in their -configuration directory (although they previously looked for separate files). +As mentioned above, the configuration parameters can also be stored in a +configuration file, located in the configuration directory. As root, the +default configuration directory is ``/etc/puppet``, and as a regular user, the +default configuration directory is ``~user/.puppet``. As of 0.23.0, all +executables look for ``puppet.conf`` in their configuration directory +(although they previously looked for separate files). For example, +``puppet.conf`` is located at ``/etc/puppet/puppet.conf`` as root and +``~user/.puppet/puppet.conf`` as a regular user by default. All executables will set any parameters set within the ``main`` section, while each executable will also look for a section named for the executable |
