Details
-
Bug
-
Status: Resolved
-
Normal
-
Resolution: Fixed
-
None
-
None
-
-
Modules
-
Modules - Engineering Backlog
Description
With puppetlabs-tomcat 1.6.0 and puppet 4.7.0 we noticed that, when installing via package, the tomcat user and group was not created prior to the file at https://github.com/puppetlabs/puppetlabs-tomcat/blob/master/manifests/instance.pp#L78 attempting to be created.
In theory, the following will fix the issue (untested):
ensure_resource('file',$_catalina_home, { |
ensure => directory, |
owner => $_user, |
group => $_group, |
after => Tomcat::Install[$name] |
})
|
Attachments
Issue Links
- blocks
-
MODULES-4202 Tracking all of the changes to go into tomcat 2.0.0
-
- Grooming
-