remove some comments
This commit is contained in:
parent
4a57926577
commit
d26b8ade45
3 changed files with 1 additions and 18 deletions
|
@ -65,7 +65,6 @@ actions = {
|
|||
},
|
||||
}
|
||||
|
||||
# TODO manage this using bundlewrap
|
||||
if 'dkim' in node.metadata.get('rspamd', {}):
|
||||
for i in {'arc', 'dkim_signing'}:
|
||||
files[f'/etc/rspamd/local.d/{i}.conf'] = {
|
||||
|
|
|
@ -122,17 +122,3 @@ directories = {
|
|||
#
|
||||
#else:
|
||||
# files["/mnt/zfs-snapshot-backup"] = {'delete': True}
|
||||
|
||||
# TODO when we start using telegraf
|
||||
#if node.has_bundle('telegraf'):
|
||||
# files['/etc/telegraf-zfs-dataset.conf'] = {
|
||||
# 'content': dumps(
|
||||
# node.metadata.get('zfs', {}),
|
||||
# cls=MetadataJSONEncoder,
|
||||
# indent=4,
|
||||
# sort_keys=True,
|
||||
# ) + '\n',
|
||||
# }
|
||||
# files['/usr/local/bin/telegraf-zfs-dataset'] = {
|
||||
# 'mode': '0775',
|
||||
# }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue