That's simply a different regular expression... environment="\.john$"
(Actually, environment="development.*" matches "development", "foodevelopment", "developmentlol" and anything else with "development" in it because the regular expression is not anchored) David On 20.12.2012, at 23:41, Ionuț Matei wrote: > Huomenta! > > I know I can have common settings for enviromnents named, for example, > development-john and development-chuck, grouped under a tag that has the > attribute environment="development.*". > > But, how can I group, for example settings, for development.john and > production.john? > > Thanks! > _______________________________________________ > users mailing list > [email protected] > http://lists.agavi.org/mailman/listinfo/users
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________ users mailing list [email protected] http://lists.agavi.org/mailman/listinfo/users
