On Wed, Jan 22, 2014 at 8:08 AM, Mike Skint <[email protected]> wrote:
> 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.
>
Can you run with --trace and attach the backtrace to a ticket (
https://tickets.puppetlabs.com)?
Josh
--
Josh Cooper
Developer, Puppet Labs
*Join us at PuppetConf 2014, September 23-24 in San Francisco* -
http://bit.ly/pupconf14
Register now and save 40%! Offer expires January 31st.
--
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/CA%2Bu97umdO-wg6DZGQLt68jHNphbsnHikxhvBB7GJXA_SjG05aQ%40mail.gmail.com.
For more options, visit https://groups.google.com/groups/opt_out.