diff options
author | Luke Kanies <luke@madstop.com> | 2008-08-24 14:42:48 -0500 |
---|---|---|
committer | Luke Kanies <luke@madstop.com> | 2008-08-26 22:40:41 -0700 |
commit | 8ea25efd90b4d2281db12076cbaab3f766cac8b4 (patch) | |
tree | 3dcd4eedbb8c3a7118927fa2581375975cfdbc22 /lib/puppet/reference/function.rb | |
parent | 550e3d6ad5aadfe99fc1e10efa77cc193d3a9df3 (diff) | |
download | puppet-8ea25efd90b4d2281db12076cbaab3f766cac8b4.tar.gz puppet-8ea25efd90b4d2281db12076cbaab3f766cac8b4.tar.xz puppet-8ea25efd90b4d2281db12076cbaab3f766cac8b4.zip |
Refactoring how files in FileServing are named.
Previously, they retained some concept of the URI used to
find them, and this uri was the primary key
for the FileServing instances. This key was unfortunately
completely useless, as evidenced by the fact that it was never
used except to test that it worked.
I've modified the FileServing instances (through modifying
the Base class) to use their local path as their key, and they
no longer care about the URI at all.
This commit is mostly about fixing the code that interacts with
the instances to use this new API.
Signed-off-by: Luke Kanies <luke@madstop.com>
Diffstat (limited to 'lib/puppet/reference/function.rb')
0 files changed, 0 insertions, 0 deletions