[Puppet Users] puppet master --compile giving "Warning: Unknown variable: " for Facts

2016-12-01 Thread HPUX_PUPPET
I am running into an odd issue in Puppet 4.8.0 running under Foreman 1.13.2 When, on the master, I run *puppet master --verbose --compile myserver.domain.com *I get an error on basic facts with "Unknown Variable". I have had this happen on multiple classes. puppet master --verbose --compile m

[Puppet Users] Re: help with checking presence of multiple file resources in profile manifest.

2016-12-01 Thread James_P
Not sure if you got an answer that made sense, but here is my take on what you may be seeking. You can refer to https://docs.puppet.com/puppet/latest/lang_relationships.html for a better explanation than I can give here. Now I haven't worked with Puppet on Windows, but this is how I have setup

Re: [Puppet Users] puppet master --compile giving "Warning: Unknown variable: " for Facts

2016-12-01 Thread Rob Nelson
You could try using `$osfamily` (no colons) or $facts['os']['family'] if you do not need to support anything older than 3.5.0. I kind of doubt it's related to the prepended colons, but maybe? Rob Nelson rnels...@gmail.com On Thu, Dec 1, 2016 at 11:09 AM, HPUX_PUPPET wrote: > I am running into

Re: [Puppet Users] puppet master --compile giving "Warning: Unknown variable: " for Facts

2016-12-01 Thread Jim Perry
The prepended colons are actually the way Puppet 4 guides say to do it now. It is just odd and why I tossed it out to the forum. On Dec 1, 2016 4:30 PM, "Rob Nelson" wrote: > You could try using `$osfamily` (no colons) or $facts['os']['family'] if > you do not need to support anything older tha

Re: [Puppet Users] puppet master --compile giving "Warning: Unknown variable: " for Facts

2016-12-01 Thread Rob Nelson
The style guide is being updated, see https://tickets.puppetlabs.com/browse/DOCUMENT-560 (and the epic https://tickets.puppetlabs.com/browse/DOCUMENT-266). You could at least see if the problem is related to the legacy fact vs the facts hash, or with the osfamily entirely, before opening a bug repo

[Puppet Users] Puppet and cfpropertylist

2016-12-01 Thread Luke Tinker
I am getting the following error in multiple places on my puppet master server after moving to puppet server 2.7.1 after running on the old 3.8.7 build of puppet, when launching the server 2016-12-02 15:37:44,863 INFO [clojure-agent-send-pool-0] [puppetserver] Puppet Puppet settings initialize

[Puppet Users] Identifying BSOD (Blue Screen of Death) from Puppet

2016-12-01 Thread Harish Kothuri
Hi, I'm just wondering is there a way to identify BSOD from Puppet. Any ideas here? Thanks, Harish -- 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-use

Re: [Puppet Users] Identifying BSOD (Blue Screen of Death) from Puppet

2016-12-01 Thread Rob Nelson
I would guess no, as a BSOD results in an OS crash and therefore puppet is no longer running. If you have a dashboard (puppetboard, PE Console, etc.) the node would eventually show as 'not reporting' but no specific cause would be given. On Fri, Dec 2, 2016 at 6:32 AM Harish Kothuri wrote: > Hi,