diff options
| author | Matt Robinson <matt@puppetlabs.com> | 2011-07-14 14:17:23 -0700 |
|---|---|---|
| committer | Matt Robinson <matt@puppetlabs.com> | 2011-07-14 14:17:23 -0700 |
| commit | acf5d3ae8c45099534d0b4d43276c1ae3d586c8a (patch) | |
| tree | 4eadbfc1bdcbec536a04ca72107678ee4e7617f9 | |
| parent | 8730b290c4f45f3f76d57d2648bfb642528d0762 (diff) | |
| parent | c4848d25f51372b9c8fc0e5259b7d58fd23ebb44 (diff) | |
| download | puppet-acf5d3ae8c45099534d0b4d43276c1ae3d586c8a.tar.gz puppet-acf5d3ae8c45099534d0b4d43276c1ae3d586c8a.tar.xz puppet-acf5d3ae8c45099534d0b4d43276c1ae3d586c8a.zip | |
Merge branch 'ticket/2.7.x/maint-fix_doc_link' into 2.7.x
* ticket/2.7.x/maint-fix_doc_link:
maint: Fix documentation link for fileserver configuration
| -rwxr-xr-x | lib/puppet/type/file/source.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/puppet/type/file/source.rb b/lib/puppet/type/file/source.rb index 76c646baf..49e885865 100755 --- a/lib/puppet/type/file/source.rb +++ b/lib/puppet/type/file/source.rb @@ -42,7 +42,7 @@ module Puppet on the local host, whereas `agent` will connect to the puppet server that it received the manifest from. - See the [fileserver configuration documentation](http://projects.puppetlabs.com/projects/puppet/wiki/File_Serving_Configuration) for information on how to configure + See the [fileserver configuration documentation](http://docs.puppetlabs.com/guides/file_serving.html) for information on how to configure and use file services within Puppet. If you specify multiple file sources for a file, then the first |
