search for: ignoredeps

Displaying 1 result from an estimated 1 matches for "ignoredeps".

2010 Nov 16
0
Plugin dependencies
...parts that have changed, and found that the use of plugins we are doing is probably not the best approach hoping you can help me with comments regarding this use case. In our working 0.24.x environment we had to make use of plugins to add an attribute in the package.rb, something like: *newparam(:ignoredeps)* Then on the rpm.rb a flag to add "--nodeps" was added. * flags = []* * if @resource[:ignoredeps]* * flags << "--nodeps"* * end* * flags << "-e"* * rpm flags, nvr* All this because we needed to remove some pack...