Fixes idempotency and maintence with logging 17/59417/3
authorTim Rozet <trozet@redhat.com>
Thu, 22 Jun 2017 16:54:05 +0000 (12:54 -0400)
committerDaniel Farrell <dfarrell@redhat.com>
Fri, 23 Jun 2017 19:27:20 +0000 (19:27 +0000)
commit7eed7774f477d63ec68181496441efde30c05fad
tree541a80447aef9e9e7094af82b711059998fc0f71
parent0fb7db910ecf90e8568d0cbc7db2866779ed632f
Fixes idempotency and maintence with logging

ODL will modify the loggin file at run time to add qos and other
configs.  This causes a problem where when puppet runs again it uses a
template so it overrides the file and restarts ODL.  This change
abandons using a template and instead just makes sure each logger is set
in the file using file_line.

Change-Id: Idd7d565be61a73985203b64c200281c9242c87bb
Signed-off-by: Tim Rozet <trozet@redhat.com>
manifests/config.pp
spec/spec_helper.rb
spec/spec_helper_acceptance.rb
templates/org.ops4j.pax.logging.cfg.erb [deleted file]