We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 75c4879 + 3548ff4 commit 89b806aCopy full SHA for 89b806a
lib/puppet/provider/reboot/windows.rb
@@ -1,8 +1,8 @@
1
# frozen_string_literal: true
2
3
Puppet::Type.type(:reboot).provide :windows do
4
- confine operatingsystem: :windows
5
- defaultfor operatingsystem: :windows
+ confine 'os.name': :windows
+ defaultfor 'os.name': :windows
6
7
has_features :manages_reboot_pending
8
attr_accessor :reboot_required
0 commit comments