voxpupuli/puppet-wildfly

Changes for domain.conf and standalone.conf

DennisVermeulen opened this issue · 0 comments

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'],
  }