diff options
author | Luke Kanies <luke@madstop.com> | 2007-10-04 16:38:56 -0500 |
---|---|---|
committer | Luke Kanies <luke@madstop.com> | 2007-10-04 16:38:56 -0500 |
commit | 6acde71f7687c6ed6d5fce37cf2346cf3162cefe (patch) | |
tree | d7c456cd6e8a6de649c54992c63fd6420ae0ce0c /test/util/autoload.rb | |
parent | 9236179fadf5d0ee68abab395ba1102cd04f3471 (diff) | |
download | puppet-6acde71f7687c6ed6d5fce37cf2346cf3162cefe.tar.gz puppet-6acde71f7687c6ed6d5fce37cf2346cf3162cefe.tar.xz puppet-6acde71f7687c6ed6d5fce37cf2346cf3162cefe.zip |
Switching the indirection from using settings for configuration
to requiring explicit configuration. This means that if
you as an application developer want to use a different indirection
terminus then you have to specify it; something like:
Puppet::Node.terminus_class = :ldap
Caches use the same kind of configuration:
Puppet::Node.cache_class = :memory
Accordingly, I've removed the existing setting definitions
from the defaults.rb.
Diffstat (limited to 'test/util/autoload.rb')
0 files changed, 0 insertions, 0 deletions