add bundle for mx-puppet-discord

This commit is contained in:
Franzi 2020-04-04 17:54:48 +02:00
parent 1856f4749c
commit 4c5a88f734
Signed by: kunsi
GPG key ID: 12E3D2136B818350
4 changed files with 135 additions and 0 deletions

View file

@ -0,0 +1,10 @@
@metadata_processor
def mx_puppet_discord_user(metadata):
return {
'users': {
'mx-puppet-discord': {
'home': '/opt/mx-puppet-discord',
'deploy_configs': False,
},
},
}, DEFAULTS, DONE