diff options
-rwxr-xr-x | lib/puppet/type/pfile/source.rb | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/lib/puppet/type/pfile/source.rb b/lib/puppet/type/pfile/source.rb index 2b5ce92ff..b4c96b3da 100755 --- a/lib/puppet/type/pfile/source.rb +++ b/lib/puppet/type/pfile/source.rb @@ -23,6 +23,11 @@ module Puppet } } + You can also leave out the server name, in which case ``puppetd`` + will fill in the name of its configuration server and ``puppet`` + will use the local filesystem. This makes it easy to use the same + configuration in both local and centralized forms. + Currently, only the ``puppet`` scheme is supported for source URL's. Puppet will connect to the file server running on ``server`` to retrieve the contents of the file. If the @@ -50,7 +55,8 @@ module Puppet This will use the first found file as the source. You cannot currently copy links using this mechanism; set ``links`` - to ``follow`` if any remote sources are links." + to ``follow`` if any remote sources are links. + " uncheckable |