Skip to content

Commit

Permalink
Merge pull request #1581 from stdweird/minor_changes
Browse files Browse the repository at this point in the history
metaconfig: add minor local leftovers changes
  • Loading branch information
jrha authored Jul 21, 2023
2 parents 0e8cf35 + 986a599 commit 4dd0079
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ncm-metaconfig/src/main/metaconfig/rsyslog/pan/config.pan
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ bind "/software/components/metaconfig/services/{/etc/rsyslog.conf}/contents" = r
prefix "/software/components/metaconfig/services/{/etc/rsyslog.conf}";
"daemons/rsyslog" = "restart";
"module" = "rsyslog/main";
"mode" = 0644;
"mode" = 0640;

bind "/software/components" = dict with {
if (exists(SELF['syslog'])) {
Expand Down
1 change: 1 addition & 0 deletions ncm-metaconfig/src/main/metaconfig/rsyslog/pan/inputs.pan
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ type rsyslog_input_kafka = {
'broker': string[]
'topic': string
'consumergroup' ? string
'ConfParam' ? string[]
'ParseHostname' ? string with match(SELF, '^(on|off)$')
};

Expand Down
1 change: 1 addition & 0 deletions ncm-metaconfig/src/main/metaconfig/zkrsync/pan/schema.pan
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ type zkrsync_config = {
'delete' ? boolean = false
'checksum' ? boolean = false
'hardlinks' ? boolean = false
'inplace' ? boolean = false
'timeout' ? long(0..)
# client opts
'verifypath' ? boolean = true
Expand Down

0 comments on commit 4dd0079

Please sign in to comment.