The documentation for the source
attribute for the file
resource type says:
The available URI schemes are
puppet
andfile
.puppet
URIs will ...
It then explains the puppet
URI scheme, but doesn't say anything about the file
URI scheme. What is it? What does it mean to assign "file://foo/bar/baz"
to the source
attribute on a file
resource?