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

Changes for domain.conf and standalone.conf #236

Open
DennisVermeulen opened this issue Apr 3, 2018 · 0 comments
Open

Changes for domain.conf and standalone.conf #236

DennisVermeulen opened this issue Apr 3, 2018 · 0 comments

Comments

@DennisVermeulen
Copy link

DennisVermeulen commented Apr 3, 2018

Hi, we control standalone.conf and domain.conf by a thirth party program. So if possible can you change the setup.pp like this?

  file { "${wildfly::dirname}/bin/${wildfly::mode}.conf":
    ensure  => file,
    owner   => $wildfly::user,
    group   => $wildfly::group,
    replace => false,
    content => epp($wildfly::mode_template),
    notify  => Service['wildfly'],
  }

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

No branches or pull requests

1 participant