Make it possible for Pillar extensions to add service accounts.

This commit is contained in:
2016-10-25 10:50:16 +02:00
parent 144c5b8894
commit 51c2c1d568
2 changed files with 4 additions and 3 deletions

View File

@@ -121,6 +121,7 @@ users_schema = {
},
'service': {
'type': 'dict',
'allow_unknown': True,
'schema': {
'badger': {
'type': 'list',