diff options
author | luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0> | 2007-06-15 00:43:44 +0000 |
---|---|---|
committer | luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0> | 2007-06-15 00:43:44 +0000 |
commit | fc9a7982821d61313e55a7ee77b2c9c4542b5926 (patch) | |
tree | e3e14e36c056c79b844c6bf24fcefec5d8321074 | |
parent | 45f76c5d0cb6473faf7dca656b90e299799edf94 (diff) | |
download | puppet-fc9a7982821d61313e55a7ee77b2c9c4542b5926.tar.gz puppet-fc9a7982821d61313e55a7ee77b2c9c4542b5926.tar.xz puppet-fc9a7982821d61313e55a7ee77b2c9c4542b5926.zip |
Fixing error about non-puppet protos
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@2586 980ebf18-57e1-0310-9a29-db15c13687c0
-rw-r--r-- | lib/puppet/type/pfile.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/puppet/type/pfile.rb b/lib/puppet/type/pfile.rb index 374cde3e8..800fc7436 100644 --- a/lib/puppet/type/pfile.rb +++ b/lib/puppet/type/pfile.rb @@ -1027,7 +1027,7 @@ module Puppet self.fail "Invalid source path %s" % tmp end else - self.fail "Got other recursive file proto %s from %s" % + self.fail "Got other URL type '%s' from %s" % [uri.scheme, source] end |