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
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