Re: [Puppet Users] stdlib module causes puppet failure

2019-06-26 Thread Michael Watters
Thanks.  Unfortunately that doesn't seem to be the issue.  There is no file 
named .resource_types within the puppet configuration dir.


>
> You may be running into 
> https://tickets.puppetlabs.com/browse/PUP-9602. Try deleting 
> /mnt/live/puppeteer/conf.d/puppet/.resource_types 
>
> Josh 
>
> > 
> > -- 
> > 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 puppet...@googlegroups.com . 
> > To view this discussion on the web visit 
> https://groups.google.com/d/msgid/puppet-users/e93ac4af-6e04-4aae-96dc-0362b4290f50%40googlegroups.com.
>  
>
> > For more options, visit https://groups.google.com/d/optout. 
>

-- 
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 puppet-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/puppet-users/3b7cdda7-ae94-4280-8d4d-fcdae38ab903%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Puppet Users] stdlib module causes puppet failure

2019-06-21 Thread Josh Cooper
On Thu, Jun 20, 2019 at 10:45 AM Michael Watters  wrote:
>
> I'm having an issue with the puppetlabs-stdlib module causing compilation 
> failures using the puppet apply command.
>
> > Error: Class 'stdlib' is already defined (file: 
> > /mnt/live/puppeteer/conf.d/puppet/modules/stdlib/manifests/init.pp, line: 
> > 16); cannot redefine (file: 
> > /mnt/live/puppeteer/conf.d/puppet/modules/stdlib/manifests/init.pp, line: 
> > 16) on node host.example.com
>
> The command used to apply our manifest is as follows.
>
> puppet apply -d --noop --modulepath=puppet/modules --hiera_config=hiera.yaml 
> ./
>
>
>
> This node is running Fedora 29 with the puppet-headless package.  No changes 
> have been made to the manifest and I'm able to apply the same code on other 
> nodes with an older version of puppet.  Does anybody know how to resolve this 
> or what would cause puppet to include the same class twice?

You may be running into
https://tickets.puppetlabs.com/browse/PUP-9602. Try deleting
/mnt/live/puppeteer/conf.d/puppet/.resource_types

Josh

>
> --
> 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 puppet-users+unsubscr...@googlegroups.com.
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/puppet-users/e93ac4af-6e04-4aae-96dc-0362b4290f50%40googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.

-- 
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 puppet-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/puppet-users/CA%2Bu97umjNLEJ37QfAda%3DW28%2BW44KMqeS%2Bej675WMWDRU%2B3fO_w%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[Puppet Users] stdlib module causes puppet failure

2019-06-20 Thread Michael Watters
I'm having an issue with the puppetlabs-stdlib module causing compilation 
failures using the puppet apply command.  

> Error: Class 'stdlib' is already defined (file: 
/mnt/live/puppeteer/conf.d/puppet/modules/stdlib/manifests/init.pp, line: 
16); cannot redefine (file: 
/mnt/live/puppeteer/conf.d/puppet/modules/stdlib/manifests/init.pp, line: 
16) on node host.example.com

The command used to apply our manifest is as follows.

puppet apply -d --noop --modulepath=puppet/modules --hiera_config=hiera.yaml 
./



This node is running Fedora 29 with the puppet-headless package.  No 
changes have been made to the manifest and I'm able to apply the same code 
on other nodes with an older version of puppet.  Does anybody know how to 
resolve this or what would cause puppet to include the same class twice?

-- 
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 puppet-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/puppet-users/e93ac4af-6e04-4aae-96dc-0362b4290f50%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.