We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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'], }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi, we control standalone.conf and domain.conf by a thirth party program. So if possible can you change the setup.pp like this?
The text was updated successfully, but these errors were encountered: