Skip to content

Commit

Permalink
Fix spec tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Dalichow committed Sep 16, 2024
1 parent eb7fbcc commit 10a2698
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion spec/classes/galera_debian_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
'User' => 'clustercheck',
'Group' => 'clustercheck',
'StandardInput' => 'socket',
'ExecStart' => '/usr/local/bin/clustercheck',
'ExecStart' => '-/usr/local/bin/clustercheck',
},
)
}
Expand Down
2 changes: 1 addition & 1 deletion spec/classes/galera_redhat_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
'User' => 'clustercheck',
'Group' => 'clustercheck',
'StandardInput' => 'socket',
'ExecStart' => '/usr/local/bin/clustercheck',
'ExecStart' => '-/usr/local/bin/clustercheck',
},
)
}
Expand Down

0 comments on commit 10a2698

Please sign in to comment.