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
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
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
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
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