def __init__(self):
     self._data = {}
     self.VERSION = '0.2.0'
     self._data['version'] = self.VERSION
     self._data['organization'] = ''
     self._chef_conf = ChefConf()
     self._gcc_conf = GCCConf()
     self._auth_conf = AuthConf()
     self._ntp_conf = DateSyncConf()
     self._users_conf = UsersConf()