Reviewed-by: Max Martin <[email protected]>
Signed-off-by: Matt Robinson <[email protected]>
---
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 6ebec51..2fb65bb 100755
--- a/lib/puppet/type/file/source.rb
+++ b/lib/puppet/type/file/source.rb
@@ -154,7 +154,7 @@ module Puppet
fail detail, "Could not retrieve file metadata for #{source}:
#{detail}"
end
end
- fail "Could not retrieve information from source(s) #{value.join(", ")}"
unless result
+ fail "Could not retrieve information from environment
#{Puppet[:environment]} source(s) #{value.join(", ")}" unless result
result
end
--
1.7.3.1
--
You received this message because you are subscribed to the Google Groups
"Puppet Developers" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/puppet-dev?hl=en.