Le lundi 16 novembre 2009 à 13:07 -0500, Cory mckee a écrit :
> I was wondering if I could get help.
> 
> on client
> 
> 
> [r...@linux ~]# puppetd --test --verbose
> info: Caching catalog at /var/lib/puppet/localconfig.yaml
> notice: Starting catalog run
> err: //Node[basenode]/motd/Package[motd]/ensure: change from absent to
> latest failed: Could not update: Could not find package motd
> at /etc/puppet/modules/motd/manifests/init.pp:5
> notice: //Node[basenode]/motd/File[/etc/motd]: Dependency
> package[motd] has 1 failures
> notice: Finished catalog run in 9.68 seconds
> 
> on puppetmaster
> 
> # /etc/puppet/modules/motd/manifests/init.pp
> 
> class motd {
> 
>     package { motd: ensure => latest }
> 
>     file { "/etc/motd":
>         owner   => root,
>         group   => root,
>         mode    => 440,
>         source  => "puppet:///motd/motd",
>         require => Package["motd"],
>     }
> }
> 
> 

Looks like your package management system does not know about any
package named "motd". Which distro is this ?

Nico.

Attachment: signature.asc
Description: Ceci est une partie de message numériquement signée

Reply via email to