You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Affected Puppet, Ruby, OS and module versions/distributions
Puppet: 7
Ruby: 2.0.0
Distribution: Redhat7, Redhat9
Module version: 3.2.0
How to reproduce (e.g Puppet code you use)
class { 'wildfly':
version => '7.3.5',
distribution => 'jboss-eap',
install_source => 'http:/mywebserver/jboss-eap-7.3.5.tar.gz',
user => 'jboss',
group => 'jboss',
dirname => '/opt/jboss-eap',
console_log => '/var/log/jboss/console.log',
}
What are you seeing
It seems that a template is missing for jboss, as soon as the Catalog is compiled this Error occurs both on Redhat 7 and 9: Error: Could not retrieve catalog from remote server: Error 500 on SERVER: Server Error: Evaluation Error: Error while evaluating a Function Call, Could not find template 'jboss-eap/jboss-eap.systemd.service.epp' (file: /etc/puppetlabs/code/environments/khahn/modules/wildfly/manifests/service/systemd.pp, line: 23, column: 16) on node minimal7.khahn.universa.de
What behaviour did you expect instead
Output log
Any additional information you'd like to impart
The text was updated successfully, but these errors were encountered:
Affected Puppet, Ruby, OS and module versions/distributions
How to reproduce (e.g Puppet code you use)
What are you seeing
It seems that a template is missing for jboss, as soon as the Catalog is compiled this Error occurs both on Redhat 7 and 9:
Error: Could not retrieve catalog from remote server: Error 500 on SERVER: Server Error: Evaluation Error: Error while evaluating a Function Call, Could not find template 'jboss-eap/jboss-eap.systemd.service.epp' (file: /etc/puppetlabs/code/environments/khahn/modules/wildfly/manifests/service/systemd.pp, line: 23, column: 16) on node minimal7.khahn.universa.de
What behaviour did you expect instead
Output log
Any additional information you'd like to impart
The text was updated successfully, but these errors were encountered: