diff options
| author | James Turnbull <james@lovedthanlost.net> | 2010-07-15 01:33:54 +1000 |
|---|---|---|
| committer | James Turnbull <james@lovedthanlost.net> | 2010-07-15 01:43:01 +1000 |
| commit | 1cda7c53e340bd95513c973e356cbc90372efe38 (patch) | |
| tree | a0577f4641cae04f0d16ffb687a70d4f4514d6aa /lib/puppet/provider/nameservice | |
| parent | f60b6a0e54bf99e20bfa876b8341a5cc0da74584 (diff) | |
| download | puppet-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.rb | 2 |
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...) |
