Displaying 1 result from an estimated 1 matches for "b62c1add08e7".
2013 Nov 01
9
package conflict resolution method:
Hello, list:
I have two puppet modules that are unrelated to each other, but
both have (unrelated) Python scripts that parse YAML. As such, both
have a block like the following in their manifests for the PyYAML script
dependency:
package { ''PyYAML'':
ensure => installed,
}
If I try and include both modules on the same server this
causes an obvious