Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
tomcat-formula
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
salt
tomcat-formula
Commits
7c86d801
Unverified
Commit
7c86d801
authored
5 years ago
by
Imran Iqbal
Browse files
Options
Downloads
Patches
Plain Diff
feat(osfingermap): add settings for `debian-8`
parent
58d65f91
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
test/integration/tomcat_install/controls/yaml_dump_spec.rb
+13
-0
13 additions, 0 deletions
test/integration/tomcat_install/controls/yaml_dump_spec.rb
tomcat/osfingermap.yaml
+13
-1
13 additions, 1 deletion
tomcat/osfingermap.yaml
with
26 additions
and
1 deletion
test/integration/tomcat_install/controls/yaml_dump_spec.rb
+
13
−
0
View file @
7c86d801
...
@@ -21,6 +21,19 @@ control 'Tomcat `map.jinja` YAML dump' do
...
@@ -21,6 +21,19 @@ control 'Tomcat `map.jinja` YAML dump' do
catalina_home
=
'/usr/share/tomcat9'
catalina_home
=
'/usr/share/tomcat9'
catalina_pid
=
'/var/run/tomcat9.pid'
catalina_pid
=
'/var/run/tomcat9.pid'
catalina_tmpdir
=
'/var/cache/tomcat9/temp'
catalina_tmpdir
=
'/var/cache/tomcat9/temp'
when
/^8/
conf_dir
=
'/etc/tomcat7'
group
=
'tomcat7'
main_config
=
'/etc/default/tomcat7'
manager_pkg
=
'tomcat7-admin'
pkg
=
'tomcat7'
service
=
'tomcat7'
user
=
'tomcat7'
ver
=
7
catalina_base
=
'/var/lib/tomcat7'
catalina_home
=
'/usr/share/tomcat7'
catalina_pid
=
'/var/run/tomcat7.pid'
catalina_tmpdir
=
'/var/cache/tomcat7/temp'
else
else
conf_dir
=
'/etc/tomcat8'
conf_dir
=
'/etc/tomcat8'
group
=
'tomcat8'
group
=
'tomcat8'
...
...
This diff is collapsed.
Click to expand it.
tomcat/osfingermap.yaml
+
13
−
1
View file @
7c86d801
...
@@ -16,7 +16,19 @@ Debian-10:
...
@@ -16,7 +16,19 @@ Debian-10:
catalina_pid
:
/var/run/tomcat9.pid
catalina_pid
:
/var/run/tomcat9.pid
catalina_tmpdir
:
/var/cache/tomcat9/temp
catalina_tmpdir
:
/var/cache/tomcat9/temp
Debian-9
:
{}
Debian-9
:
{}
Debian-8
:
{}
Debian-8
:
ver
:
7
pkg
:
tomcat7
manager_pkg
:
tomcat7-admin
conf_dir
:
/etc/tomcat7
main_config
:
/etc/default/tomcat7
service
:
tomcat7
user
:
tomcat7
group
:
tomcat7
catalina_base
:
/var/lib/tomcat7
catalina_home
:
/usr/share/tomcat7
catalina_pid
:
/var/run/tomcat7.pid
catalina_tmpdir
:
/var/cache/tomcat7/temp
Debian-7
:
Debian-7
:
pkg
:
tomcat7
pkg
:
tomcat7
manager_pkg
:
tomcat7-admin
manager_pkg
:
tomcat7-admin
...
...
This diff is collapsed.
Click to expand it.
Dennis Ahrens
@ahrensde
mentioned in commit
e0c147e3
·
5 years ago
mentioned in commit
e0c147e3
mentioned in commit e0c147e3a07e738bb76204abc19aaae5bb286cde
Toggle commit list
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment