Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing template when using jboss-eap as distribution #337

Closed
khlnx opened this issue Sep 13, 2024 · 2 comments
Closed

Missing template when using jboss-eap as distribution #337

khlnx opened this issue Sep 13, 2024 · 2 comments
Labels

Comments

@khlnx
Copy link

khlnx commented Sep 13, 2024

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

@tuxmea
Copy link
Member

tuxmea commented Oct 28, 2024

fixed in version 3.2.1 - which must be deleted due to a major version bump required. Already in master.

@tuxmea tuxmea closed this as completed Oct 28, 2024
@tuxmea
Copy link
Member

tuxmea commented Oct 28, 2024

fixed in #341

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants