Hi,
would you provide some more details, such as:
- Output of the command "facter" from the host you try to install tomcat
- Complete output of the Puppet transaction when you try to apply the above code
- Verify if you find the tomcat manage package installed on your system ( the name is take from:
$pkgver = "tomcat${real_version}"
### Application related parameters
$manager_package = $::operatingsystem ? {
/(?i:Debian|Ubuntu)/ => "${pkgver}-admin",
/(?i:CentOS|RedHat|Scientific)/ => "${pkgver}-admin-webapps",
default => undef,
}
- Output of the command "find /var/lib/tomcat*"
Eventually place these outputs on some gist and link them here, as they might be quite long.