Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(#127) Allow escaping %{...} in hiera data so that hiera does not try to... #184

Closed

Commits on Mar 7, 2014

  1. (puppetlabs#127) Allow escaping %{...} in hiera data so that hiera do…

    …es not try to perform a replacement
    
    This change allows the escaping of %{...} with %%{...} so that the result is literally '%{...}'
    
    It also support escaping the escape eg:
     var = 'value of var'
    
        %{var}      : 'value of var'
       %%{literal}  : '%{literal}'
      %%%{var}      : '%value of var'
     %%%%{literal}  : '%%{literal}'
    Chris Portman committed Mar 7, 2014
    Configuration menu
    Copy the full SHA
    b7edccd View commit details
    Browse the repository at this point in the history