Issue #9831 has been reported by Josh Cooper.

----------------------------------------
Bug #9831: Unify windows provider confines
https://projects.puppetlabs.com/issues/9831

Author: Josh Cooper
Status: Accepted
Priority: Normal
Assignee: 
Category: windows
Target version: 
Affected Puppet version: 
Keywords: 
Branch: 


We are confining windows providers differently (sometimes using 
operatingsystem, sometimes using feature, sometimes using both). We should pick 
one.

<pre>
% ack 'confine.*windows' lib/puppet/provider
lib/puppet/provider/service/windows.rb
16:  confine :operatingsystem => :windows

lib/puppet/provider/exec/windows.rb
6:  confine :feature => :microsoft_windows

lib/puppet/provider/file/win32.rb
4:  confine :feature => :microsoft_windows

lib/puppet/provider/group/windows_adsi.rb
7:  confine :operatingsystem => :windows
8:  confine :feature => :microsoft_windows

lib/puppet/provider/user/windows_adsi.rb
7:  confine :operatingsystem => :windows
8:  confine :feature => :microsoft_windows

lib/puppet/provider/package/msi.rb
6:  confine    :operatingsystem => :windows
</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