Skip to content

Commit eaa3ca7

Browse files
committed
Address validation warning
1 parent 2075bfb commit eaa3ca7

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

lib/puppet/type/dsc.rb

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,8 +120,11 @@ def change_to_s(currentvalue, newvalue)
120120
end
121121
end
122122

123-
# Provider for dsc type
124123
Puppet::Type.type(:dsc).provide :powershell, parent: Puppet::Type.type(:base_dsc_lite).provider(:powershell) do
124+
desc <<-DOC
125+
@summary
126+
Provider for dsc type
127+
DOC
125128
confine feature: :dsc_lite
126129
defaultfor operatingsystem: :windows
127130

0 commit comments

Comments
 (0)