diff options
| author | James Turnbull <james@lovedthanlost.net> | 2009-11-15 10:06:36 +1100 |
|---|---|---|
| committer | James Turnbull <james@lovedthanlost.net> | 2009-11-15 10:06:36 +1100 |
| commit | 41f025c37d249f189d4b23022854edef345f8d27 (patch) | |
| tree | 354bbded06a36f0d3ceb2b883410b4a7a803df14 /lib | |
| parent | 6c2daa36ded879763cfc1a6fac8f4e6d75a3cadb (diff) | |
| download | puppet-41f025c37d249f189d4b23022854edef345f8d27.tar.gz puppet-41f025c37d249f189d4b23022854edef345f8d27.tar.xz puppet-41f025c37d249f189d4b23022854edef345f8d27.zip | |
Fixed ldap typo again
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/puppet/indirector/ldap.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/puppet/indirector/ldap.rb b/lib/puppet/indirector/ldap.rb index 744a8394e..51bab0e6e 100644 --- a/lib/puppet/indirector/ldap.rb +++ b/lib/puppet/indirector/ldap.rb @@ -1,4 +1,4 @@ -requir 'puppet/indirector/terminus' +require 'puppet/indirector/terminus' require 'puppet/util/ldap/connection' class Puppet::Indirector::Ldap < Puppet::Indirector::Terminus |
