Re: [Puppet Users] Facter incorrectly detecting Virtual status on Windows VM

2013-10-15 Thread Jason Harmon
Noticed that a matching issue was opened a few days ago, so I marked the one I opened as duplicate and just added a comment on the open issue instead. On Tuesday, October 15, 2013 9:11:42 AM UTC-6, Jason Harmon wrote: > > I created an issue. Never done one before so I may have balls i

Re: [Puppet Users] Facter incorrectly detecting Virtual status on Windows VM

2013-10-15 Thread Jason Harmon
ks! > > > On Tue, Oct 8, 2013 at 3:49 PM, Jason Harmon > > wrote: > >> Ran into a problem with Facter on a Windows 2008 R2 system running on a >> proxmox server. >> Facter reports the machine as being physical. >> This is due to the WMI query used

[Puppet Users] Re: Could not retrieve catalog from remote server: Error 400 on SERVER: cannot generate tempfile `/var/lib/puppet/yaml/facts/vagrant1.localdomain.yaml20131009-16545-8oie5i-9'

2013-10-09 Thread Jason Harmon
I had this come up a couple of weeks ago. Basic of the problem was that the source file it was looking for didn't exist. In depth, the file it should have been grabbing did exist, but it wasn't being evaluated correctly due to a missing rb file in facter. I was evaluating the source as puppet

[Puppet Users] Facter incorrectly detecting Virtual status on Windows VM

2013-10-08 Thread Jason Harmon
Ran into a problem with Facter on a Windows 2008 R2 system running on a proxmox server. Facter reports the machine as being physical. This is due to the WMI query used in the virtual.rb file is being return "Bochs" as the Manufacturer and Model. Adding an additional "When" statement to the R

Re: [Puppet Users] Re: [windows server 2008 r2] puppet errors in 3.3.0 on exchange database servers

2013-10-08 Thread Jason Harmon
I have the same type of setup with MSCS running in a virtual environment. The change to the windows.rb file fixed my facter problem as well. puppet agent --test now completes on the machines now. On Friday, 4 October 2013 06:13:23 UTC-6, Ethan Brown wrote: > > Christian - > > Thanks a bunch for t