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 928cdd0 commit ad60397Copy full SHA for ad60397
spec/classes/corosync_spec.rb
@@ -731,7 +731,7 @@
731
case os_facts[:os]['release']['major'].to_i
732
when 0..7
733
is_expected.to contain_file('/etc/corosync/corosync.conf').with_validate_cmd(
734
- '/usr/bin/env COROSYNC_MAIN_CONFIG_FILE=% /usr/sbin/corosync -t'
+ '/usr/bin/env COROSYNC_MAIN_CONFIG_FILE=% /usr/sbin/corosync -t'
735
)
736
else
737
0 commit comments