Is there a reference for the facts that are included in a default puppet installation?
For example, some examples I see include $operatingsystem which can be used to identify the distribution. Is there a reference of these somewhere?
|
Is there a reference for the facts that are included in a default puppet installation? For example, some examples I see include
| ||||
|
feedback
|
|
As you probably know, these are all provided by the facter package. By running
| |||||||
feedback
|
|
Oh just found that the easiest way is just to run
| |||
|
feedback
|
|
For Linux distributions you will also want to make sure you have the LSB Release information package installed. In Red Hat and Fedora distros this package is simply Without this package on Linux, the information provided by facter will be very spartan. | |||
|
feedback
|
|
Some Facter facts are only available when
In many cases, it's the facts that are derived from BIOS inspection with | |||
|
feedback
|