Ian Southam 666dc16e58 Moved bag location to /et/cloudstack
Updated test script to also process command line
Added connmark stuff to merge
2015-03-16 11:35:09 +01:00

6 lines
121 B
Python

from pprint import pprint
def merge(dbag, cmdline):
dbag.setdefault('config', []).append( cmdline )
return dbag