~ubuntu-branches/ubuntu/trusty/puppet/trusty

« back to all changes in this revision

Viewing changes to lib/puppet/util/autoload.rb

  • Committer: Package Import Robot
  • Author(s): Stig Sandbeck Mathisen
  • Date: 2011-10-22 14:08:22 UTC
  • mfrom: (1.1.25) (3.1.32 sid)
  • Revision ID: package-import@ubuntu.com-20111022140822-odxde5lohc45yhuz
Tags: 2.7.6-1
* New upstream release (CVE-2011-3872)
* Remove cherry-picked "groupadd_aix_warning" patch
* Install all new manpages

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
require 'puppet/util/warnings'
2
 
require 'puppet/util/cacher'
3
2
 
4
3
# Autoload paths, either based on names or all at once.
5
4
class Puppet::Util::Autoload
7
6
 
8
7
  include Puppet::Util
9
8
  include Puppet::Util::Warnings
10
 
  include Puppet::Util::Cacher
11
9
  include Puppet::Util::Autoload::FileCache
12
10
 
13
11
  @autoloaders = {}