view scripts/test_accounts/data/tazar%2eint/roster/pierre.dat @ 99:15e317bb602f

docker (libervia_cont): removed instructions about commiting sat_data, as a volume container will not commit data (see https://github.com/docker/docker/issues/7583)
author Goffi <goffi@goffi.org>
date Fri, 26 Feb 2016 17:29:34 +0100
parents 1eb3ec190ea1
children
line wrap: on
line source

return {
	[false] = {
		["version"] = 10;
	};
	["pending"] = {};
	["buenaventura@tazar.int"] = {
		["groups"] = {};
		["subscription"] = "both";
	};
	["elisee@tazar.int"] = {
		["subscription"] = "both";
		["groups"] = {};
	};
	["louise@tazar.int"] = {
		["groups"] = {};
		["subscription"] = "both";
	};
	["souliane@tazar.int"] = {
		["groups"] = {};
		["subscription"] = "both";
	};
	["goffi@tazar.int"] = {
		["groups"] = {};
		["subscription"] = "both";
	};
};