0

Is it possible to pass a new root install location to an RPM via puppets package provider? I've got a relocatable package that I want to override the install location on and would rather do it via the provider than a cmd...

user9517
  • 115,471
  • 20
  • 215
  • 297

1 Answers1

0

You need to create a custom provider which is a wrapper of rpm provider. I found this by Googling.

quanta
  • 51,413
  • 19
  • 159
  • 217