Isn't it!

Applying that resource fails in the same way: as requested here's the 
output though debugging doesn't seem to add anything, which is a bit odd.

[root@nodename steph]# puppet apply --debug --verbose -e 'file { 
"/tmp/test": ensure => link, target =>
"/tmp/test-target" }'
Info: Loading facts in /var/lib/puppet/lib/facter/hostname.rb
Info: Loading facts in /var/lib/puppet/lib/facter/memory.rb
Info: Loading facts in /var/lib/puppet/lib/facter/enumerate_xen_disks.rb
Error: Parameter ensure failed on File[/tmp/test]: Provider must have 
features 'manages_symlinks' to set 'ensure' to 'link' at line 2
Wrapped exception:
Provider must have features 'manages_symlinks' to set 'ensure' to 'link'
[root@nodename steph]# 

Running that on one of the functioning nodes and I get reams of debugging 
output as I'd expect so it looks like there's something curious with the 
environment, I just don't know what.






On Monday, December 30, 2013 11:54:36 PM UTC, Felix.Frank wrote:
>
> Hi, 
>
> that's weird. Does this work? 
>
> puppet apply -e 'file { "/tmp/test": ensure => link, target => 
> "/tmp/test-target" }' 
>
> If it yields the same error, please add -dv and share the debug output. 
>
> Thanks, 
> Felix 
>
> On 12/30/2013 01:21 PM, Steph Gosling wrote: 
> > 
> > Error: Failed to apply catalog: Parameter ensure failed on 
> > File[/etc/localtime]: Provider must have features 'manages_symlinks' to 
> > set 'ensure' to 'link' at /etc/puppet/manifests/nodes/basenode.pp:198 
> > Wrapped exception: 
> > Provider must have features 'manages_symlinks' to set 'ensure' to 'link' 
>

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/puppet-users/b4941941-36d0-4be6-816b-becb461d8ffc%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to