summaryrefslogtreecommitdiffstats
path: root/lib/puppet/provider/nameservice
diff options
context:
space:
mode:
authorJames Turnbull <james@lovedthanlost.net>2010-07-15 01:33:54 +1000
committerJames Turnbull <james@lovedthanlost.net>2010-07-15 01:43:01 +1000
commit1cda7c53e340bd95513c973e356cbc90372efe38 (patch)
treea0577f4641cae04f0d16ffb687a70d4f4514d6aa /lib/puppet/provider/nameservice
parentf60b6a0e54bf99e20bfa876b8341a5cc0da74584 (diff)
downloadpuppet-1cda7c53e340bd95513c973e356cbc90372efe38.tar.gz
puppet-1cda7c53e340bd95513c973e356cbc90372efe38.tar.xz
puppet-1cda7c53e340bd95513c973e356cbc90372efe38.zip
Fixes errant Trac references in documentation
Diffstat (limited to 'lib/puppet/provider/nameservice')
-rw-r--r--lib/puppet/provider/nameservice/directoryservice.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/puppet/provider/nameservice/directoryservice.rb b/lib/puppet/provider/nameservice/directoryservice.rb
index 76fc466ac..965a2aa60 100644
--- a/lib/puppet/provider/nameservice/directoryservice.rb
+++ b/lib/puppet/provider/nameservice/directoryservice.rb
@@ -41,7 +41,7 @@ class DirectoryService < Puppet::Provider::NameService
# JJM 2007-07-25: This map is used to map NameService attributes to their
# corresponding DirectoryService attribute names.
- # See: http://images.apple.com/server/docs/Open_Directory_v10.4.pdf
+ # See: http://images.apple.com/server/docs.Open_Directory_v10.4.pdf
# JJM: Note, this is de-coupled from the Puppet::Type, and must
# be actively maintained. There may also be collisions with different
# types (Users, Groups, Mounts, Hosts, etc...)