quattor / ncm-ncd

Node Configuration Dispatcher Framework for Components
www.quattor.org
Other
3 stars 8 forks source link

CLI: disable log_world_readable and enable verbose_logfile by default #108

Closed stdweird closed 7 years ago

stdweird commented 7 years ago

Fixes #93 Fixes #94

To keep old behaviour after these defaults of 16.10 https://github.com/quattor/configuration-modules-core/pull/948

include 'metaconfig/ncm-ncd/config';
prefix "/software/components/metaconfig/services/{/etc/ncm-ncd.conf}/contents";
"log_world_readable" = true;
"verbose_logfile" = false;
stdweird commented 7 years ago

@ned21 i added the (untested) example code to keep the legacy behaviour