yes I've seen it on ubuntu 12.04 and Debian 6 nodes installed from 
puppetlabs repo,  had to roll back to 3.4.0



On Tuesday, January 21, 2014 6:53:38 AM UTC-8, ro001 wrote:
>
>
> Hi,
>
> I am the deploying the puppet master rpm 3.4.2 onto a centos 6.3 VM using 
> the following script files but output reports the error 'Report processor 
> failed: uninitialized constant Puppet::FileSystem::File', has anyone seen 
> this error? 
>
>
> ****** SITE.pp ***********
>
> import "nodetypes/*.pp"
> Exec { path => "/bin:/sbin:/usr/bin:/usr/sbin" }
> node 'TEST-PM4.com'
> {
> class {'puppetmaster' : }
> }
> node default {
> }
> # Filebuckets
> filebucket { main: server => puppet }
> filebucket { local: path => "/var/lib/puppet/clientbucket" }
> class main {
> }
>
>
> ******** puppet master manifest ********
>
> class puppetmaster {
> class { 'my-puppetmaster' : }
> }
>
>
>
> ******* my-puppetmaster module *******
>
> class my-puppetmaster {
> $packages = [ 'puppet-server'
>              ]
>
> package { $packages:
>     ensure => installed,
> }
> }
>
>
> When I create the puppetmaster, the output finished with an error (as 
> highlighted below). Has anyone else seen this Error? I have not spotted any 
> problems from it, but it would be great if someone could share what the 
> problem is?
>
>
> [[email protected] puppet]# puppet apply manifests/site.pp
> Notice: Compiled catalog for TEST-PM4.com in environment production in 
> 1.00 seconds
> Notice: /Stage[main]/my-puppetmaster/Package[puppet-server]/ensure: created
> Notice: Finished catalog run in 5.35 seconds
> Error: Report processor failed: uninitialized constant 
> Puppet::FileSystem::File
>
>

-- 
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/9de2db92-667c-4ad8-94cb-fe0336f489d1%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to