Feature #15579
Add support for the OS, Proxmox
| Status: | Closed | Start date: | 07/17/2012 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | - | % Done: | 0% | |
| Category: | - | |||
| Target version: | 1.6.10 | |||
| Keywords: | proxmox | Affected Facter version: | ||
| Branch: | ||||
Description
From the puppet-users mailing list
Hi,
I want to introduce "Proxmox" as new value in $::operatingsystem.
"Proxmox" is based on Debian, so the normal value is currently "Debian".
To change that, I just write a custom fact based on the facter fact "operatingsystem"
Facter.add(:operatingsystem) do
...
setcode do
...
elsif FileTest.exists?("/usr/bin/pveversion")
"Proxmox"
History
#1
Updated by Garrett Honeycutt 11 months ago
https://github.com/ghoneycutt/facter/tree/tickets/1.6.x/15579
Need a copy of Proxmox to test with and to add support to operatingsystemrelease.rb
#2
Updated by Garrett Honeycutt 11 months ago
- Status changed from Accepted to In Topic Branch Pending Review
Tested, pull request ready.
#3
Updated by Hailee Kenney 11 months ago
- Status changed from In Topic Branch Pending Review to Merged - Pending Release
#4
Updated by Hailee Kenney 11 months ago
- Status changed from Merged - Pending Release to Closed
This was actually rejected… but I have no idea how to make Redmine close this ticket any other way then marking it as “Merged” first since it was marked as “In Topic Branch Pending Review”. If anyones knows the secret to this Redmine status business, please enlighten me.