diff options
author | luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0> | 2007-07-14 23:04:19 +0000 |
---|---|---|
committer | luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0> | 2007-07-14 23:04:19 +0000 |
commit | f104dc516676bfed79d136bea4d57d8c85ca352f (patch) | |
tree | 5ad0c9ec91f39fed7d60b6bff1f2fce08e4a77f0 | |
parent | cf25b25d7aae8a7bfe24745c6da4d35095c8c77d (diff) | |
download | puppet-f104dc516676bfed79d136bea4d57d8c85ca352f.tar.gz puppet-f104dc516676bfed79d136bea4d57d8c85ca352f.tar.xz puppet-f104dc516676bfed79d136bea4d57d8c85ca352f.zip |
Updating the docs to mention that you can use the file server with no server name
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@2699 980ebf18-57e1-0310-9a29-db15c13687c0
-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 |