Skip to content

Commit

Permalink
Remove trailing whitespace from scsitimeout.
Browse files Browse the repository at this point in the history
  • Loading branch information
razorsedge committed Nov 22, 2015
1 parent 7cca08d commit 4e96373
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
# Default: true
#
# [*scsi_timeout*]
# This will adjust the scsi timout value set in udev rules. This file is
# This will adjust the scsi timout value set in udev rules. This file is
# created by the VMWare Tools installer.
# Defualt: 180
#
Expand Down Expand Up @@ -323,7 +323,7 @@
command => '/sbin/udevadm control --reload-rules && /sbin/udevadm trigger --action=add --subsystem-match=scsi',
}
}

file_line { 'disable-tools-version':
path => '/etc/vmware-tools/tools.conf',
line => $disable_tools_version ? {
Expand Down
2 changes: 1 addition & 1 deletion spec/classes/vmwaretools_init_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@
) }
it { should contain_exec('udevrefresh').with(
:refreshonly => true
) }
) }
end

describe 'for osfamily RedHat and operatingsystem RedHat 6' do
Expand Down

0 comments on commit 4e96373

Please sign in to comment.