| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
Document all the builtin Facter facts in puppetdoc/rdoc format.
This is laying the ground work for using a tool like puppet doc, or puppet
describe but for facter, so you can see what a fact is for and how it
resolves this. This is the "leg work" of documenting the actual facts, and
the syntax of them may change in future.
|
|
|
|
|
|
|
| |
Added support for VMWareESX and ESXi to operatingsystem and
operatingsystemrelease facts
Added appropriate tests
|
|
|
|
|
|
|
| |
- Adds support for Slamd64 and Bluewhite64 for the operatingsystem
fact
- Adds support for Slamd64 and Bluewhite64 for the
operatingsystemrelease fact
|
|
|
|
|
|
|
|
|
| |
When Facter returns operatingsystem as "oel" or "ovs", the
operatingsystemrelease fact does not catch these properly, causing an
error.
Specs added to catch failure and case statement updated to catch "oel"
and "ovs" as well as "OEL" and "OVS"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Implements operatingsystem and operatingsystemrelease for MeeGo
From Rohan McGovern's patch:
MeeGo ( http://meego.com/ ) uses an /etc/meego-release file similar to
the files found on many Linux distros.
Currently, MeeGo falls back on “Linux” as the operatingsystem fact. It’d
be useful to have a proper value. Attached patch implements it.
Signed-off-by: Rein Henrichs <rein@puppetlabs.com>
|
| |
|
| |
|
|\
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Patch from Todd Zullinger, rebased.
Merge branch 'cleanup-operatingsystemrelease' of git://jet.mox.net/~tmz/facter
into tickets/master/2060
Conflicts:
lib/facter/operatingsystemrelease.rb
|
| |
| |
| |
| |
| |
| | |
This allows operatingsystemrelease to properly determine the release for
various Red Hat based distros, including the point portion of the
release.
|
| |
| |
| |
| | |
These operating systems all use a similar format for the release file.
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
The previous check for /5/ matched releases like 4.5, which is not the
intent. The previous check was introduced in 095eb15e, and changed the
pattern from /^5^/. Using /^5/ to match when the release begins with 5
seems saner.
Signed-off-by: Paul Nasrat <pnasrat@googlemail.com>
|
| |
| |
| |
| |
| |
| |
| |
| | |
On older CentOS releases, a sed command is used to parse the release
number from /etc/redhat-release. However, the command lacked the proper
amount of backslashes to escape the parenthesis.
Signed-off-by: Paul Nasrat <pnasrat@googlemail.com>
|
|/
|
|
| |
operatingsystem and operatingsystemrelease
|
| |
|
|
|
|
| |
a
|
| |
|
|
|
|
| |
and operatingsystemrelease
|
|
|
|
|
|
| |
Applied patch by miah.
Signed-off-by: Luke Kanies <luke@madstop.com>
|
|
|
|
| |
Signed-off-by: Luke Kanies <luke@madstop.com>
|
|
|
|
|
|
| |
Applying patch by andy.
Signed-off-by: Luke Kanies <luke@madstop.com>
|
|
|
|
| |
OpenSolaris 2008.11.
|
| |
|
| |
|
|
|
|
| |
Signed-off-by: Luke Kanies <luke@madstop.com>
|
|
|
|
|
|
| |
Patch provided by seanmil.
Signed-off-by: Luke Kanies <luke@madstop.com>
|
|
|
|
|
|
|
|
| |
/etc/debian_version instead of /proc/version.
Applied patch by marthag.
Signed-off-by: Luke Kanies <luke@madstop.com>
|
|
|
|
| |
Signed-off-by: Luke Kanies <luke@madstop.com>
|
| |
|
|
|