Re: [pe-users] Re: [Puppet Users] fact_stomp_server

2013-04-19 Thread Tommy Speigner
puppetlabs-stdlib (v2.5.1) This is what was listed in the output. What are the thoughts around this? Thanks again! On Thursday, April 18, 2013 11:19:45 PM UTC-4, Matthaus Litteken wrote: > > That's also true. stdlib 4.x has facts.d removed, while stdlib 2.x and > 3.x still have facts.d, so fi

Re: [Puppet Users] fact_stomp_server

2013-04-19 Thread Tommy Speigner
Thanks for the response and help on this. I've pasted the output from the facter -p command. The hostname looks legit as does the fqdn. architecture => x86_64 augeasversion => 0.10.0 bios_release_date => 10/05/2012 bios_vendor => Cisco Systems, Inc. bios_version => B200M3.2.1.1.0.100520121419 b

Re: [pe-users] Re: [Puppet Users] fact_stomp_server

2013-04-18 Thread Matthaus Owens
That's also true. stdlib 4.x has facts.d removed, while stdlib 2.x and 3.x still have facts.d, so figuring out which version of stdlib you are using may be important. The version that ships with PE 2.8.1 is 2.5.1, which does have facts.d. `puppet module list` should show you the modules installed,

Re: [Puppet Users] fact_stomp_server

2013-04-18 Thread Matthaus Owens
Tommy, I'm CCing the pe-users list as well because this is a PE specific issue. This fact might not be loaded if the facts.d custom fact isn't loaded. A quick way to check is to run `facter -p` as root on the machine. You should see those facts if facts.d is available. Can you post the output of `f

[Puppet Users] fact_stomp_server

2013-04-18 Thread Tommy Speigner
Does anyone have any insight into this error message? err: Could not retrieve catalog from remote server: Error 400 on SERVER: The fact named fact_stomp_server does not appear to be a valid hostname. The value of '' does not match '^[a-zA-Z0-9.-]+$'. A common cause of this problem is running p