[Puppet Users] How to handle multiple definitions of the same package in multiple included modules?

2012-03-19 Thread EmmEff
How to handle this scenario? Assume that all three apps are defined in three separate modules. All three modules are mutually exclusive with the exception that they require the same packageA to be installed. Pseudocode: class module1::app1 { package { 'packageA': ; } } class mo

[Puppet Users] Re: Parsing Puppet YAML log in Python

2012-03-19 Thread EmmEff
Thanks! I had just figured this out myself about a week ago :) I didn't think to post to the group. On Thursday, March 15, 2012 10:07:44 PM UTC-4, Sharuzzaman Ahmat Raslan wrote: > > Hi all, > > Yesterday I emailed Kirill Simonov, the creator of PyYAML, to get help to > parse Puppet YAML file