Issue #9708 has been updated by Ken Barber.

I've tried this on:

* Solaris 10
* OS X 10.6 (hardwareisa is now fixed with this patch)
* Dragonfly BSD (found a bug - notes in pull request)
* OpenBSD 4.9
* Debian Wheezy
* Centos 5.6

I don't have:

* FreeBSD
* NetBSD
* GNU/kFreeBSD
* AIX

I wouldn't mind a quick smoke test (compare facter outputs between this branch 
and master) on those OS's if someone has them running somewhere. I would love 
an automagical way of doing this with CI somehow with all these OS variants. It 
certainly would help with protecting against regression - take the DragonFly 
case for example ... we just released that support and we may have 
inadvertently broken it if we didn't test on the real OS.
----------------------------------------
Refactor #9708: Remove redundancy from operatingsystem confines
https://projects.puppetlabs.com/issues/9708

Author: Adrien Thebo
Status: In Topic Branch Pending Review
Priority: Normal
Assignee: Michael Kincaid
Category: library
Target version: 1.6.x
Keywords: 
Branch: 
Affected Facter version: 


There are instances inside facter that that look like this

<pre>
confine :operatingsystem => %w{Solaris Linux Fedora RedHat CentOS Scientific 
SuSE SLES Debian Ubuntu Gentoo FreeBSD OpenBSD NetBSD OEL OVS GNU/kFreeBSD}
</pre>

Which should be written more cleanly as 

<pre>
confine :kernel => %w{SunOS Linux FreeBSD OpenBSD NetBSD GNU/kFreeBSD}
</pre>
</pre>



-- 
You have received this notification because you have either subscribed to it, 
or are involved in it.
To change your notification preferences, please click here: 
http://projects.puppetlabs.com/my/account

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Bugs" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/puppet-bugs?hl=en.

Reply via email to