remove some comments

This commit is contained in:
Franzi 2020-11-22 08:27:37 +01:00
parent 4a57926577
commit d26b8ade45
Signed by: kunsi
GPG Key ID: 12E3D2136B818350
3 changed files with 1 additions and 18 deletions

View File

@ -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'] = {

View File

@ -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',
# }

View File

@ -41,9 +41,7 @@ nodes['htz.ex42-1048908'] = {
'redis': {},
# No need to create a bundle just to install packages,
# configs will be managed by users nevertheless. Maybe
# this will be a FIXME once we start managing backups
# via bundlewrap.
# configs will be managed by users nevertheless.
'weechat': {},
'weechat-core': {},
'weechat-curses': {},