#1124: Fileserver error in .24.2, unable to download file "Cannot currently
copy
links"
-------------------+--------------------------------------------------------
Reporter: asa | Owner: community
Type: defect | Status: new
Priority: normal | Component: library
Version: 0.24.2 | Severity: normal
Keywords: file | Stage: Unreviewed
Patch: None | Complexity: Unknown
-------------------+--------------------------------------------------------
Installed .24.2 via gem onto an osx leopard intel client machine.
Tried to push out a file into /test/testfile.txt and recieved the
following errors:
{{{
notice: Starting catalog run
debug: Loaded state in 0.01 seconds
debug: Calling fileserver.describe
err: //Node[mini]/File[/test/testfile.txt]/source: Could not describe
/dist/test.txt: Cannot currently copy links
warning: //Node[mini]/File[/test/testfile.txt]/ensure: No specified
sources exist
warning: //Node[mini]/File[/test/testfile.txt]/ensure: No specified
sources exist
warning: //Node[mini]/File[/test/testfile.txt]/source: No specified
sources exist
d
}}}
my manifest read like:
{{{
file {"/test/testfile.txt":
# owner => root,
group => wheel,
mode => 644,
source => 'puppet://puppet/dist/test.txt',
}
}}}
and my fileserver.conf is like:
{{{
[dist]
path /etc/puppet/dist/
allow *.localdomain
allow 192.168.1.0/24
}}}
the file exists at /etc/puppet/dist/test.txt and will push out correctly
to a .24.1 client on the same machine.
The server is .24.1 on linux.
--
Ticket URL: <http://reductivelabs.com/trac/puppet/ticket/1124>
puppet <http://reductivelabs.com>
Puppet - Portable System Automation
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Puppet Bugs" 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-bugs?hl=en
-~----------~----~----~----~------~----~------~--~---