Hi,

what else is in your manifest? Does your node also declare a cron or
ssh_authorized_key resource? Because that would make a lot more sense.

Cheers,
Felix

On 03/20/2013 12:40 PM, Xavier Beaudouin wrote:
> Hello,
> 
> Seems that file ressource gets a new idea of what to be given.
> 
> I have the following recipe :
> 
> class resolvconf {
>         file { 
>                 "/etc/resolv.conf": 
>                         owner => root,
>                         group => wheel,
>                         mode => 644,
>                         source => "puppet:///puppet/dist/resolv.conf",
>          }
> } 
> 
> 
> When doing puppet agent --test I have this cryptic message :
> 
> # puppet agent --test -D
> Info: Retrieving plugin
> Info: Caching catalog for puppet.local.oav.net
> Error: Failed to apply catalog: Attribute 'user' or 'target' is mandatory
> 
> So I went into documentation, but user or target attribute is not the right 
> for this kind of recipe... Or the documentation is not up to date.
> 
> Is there any hint about this new error...
> 
> Xavier
> 

-- 
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 post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/puppet-users?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to