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.
1 parent cc686aa commit ad31586Copy full SHA for ad31586
lib/puppet/provider/package/apt.rb
@@ -90,8 +90,7 @@ def checkforcdrom
90
# rubocop:enable Layout
91
92
if have_cdrom and @resource[:allowcdrom] != :true
93
- raise Puppet::Error,
94
- _("/etc/apt/sources.list contains a cdrom source; not installing. Use 'allowcdrom' to override this failure.")
+ raise Puppet::Error, _("/etc/apt/sources.list contains a cdrom source; not installing. Use 'allowcdrom' to override this failure.")
95
end
96
97
0 commit comments