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 96762bc commit fdd7e07Copy full SHA for fdd7e07
spec/acceptance/acceptance_1b_spec.rb
@@ -30,7 +30,11 @@
30
end
31
32
33
- let(:daemon_version) { '1.4.0' }
+ # NOTE: If tests fail manually apply the below manifest to debug.
34
+ # If it then shows an error regarding the commons-daemon-<daemon_version>-native-src
35
+ # update the daemon_version variable below to match the version found by navigating to
36
+ # /opt/apache-tomcat/bin/ and checking the shipped version of commons-daemon-native-src.
37
+ let(:daemon_version) { '1.4.1' }
38
39
context 'Initial install Tomcat and verification' do
40
it 'applies the manifest without error' do
0 commit comments