Project

General

Profile

« Previous | Next » 

Revision 85d9b548

Added by Olivier Favre almost 12 years ago

  • ID 85d9b5484845a71981f76f293262e865a0e1e054

Make foreman replace ${::facts} for puppet

The inclusion of ${ and } in a string make Puppet perform substitutions.
When importing, the smart-proxy must not perform such substitution,
it therefore should be done upon exporting the YAML ENC output.
Unfortunately, Puppet does not perform it upon reception of the YAML
document, hence we have to do it inside Foreman.

  • added
  • modified
  • copied
  • renamed
  • deleted