Advertisement
Guest User

Untitled

a guest
Oct 15th, 2014
229
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.43 KB | None | 0 0
  1. :backends:
  2.  - yaml
  3. :yaml:
  4.   :datadir: /etc
  5. :hierarchy:
  6.  - puppet/hieradata/node/%{::fqdn}
  7.   - puppet/hieradata/override/facts/%{::some_custom_fact}
  8.   - puppet/hieradata/override/class/%{calling_class}
  9.   - puppet/hieradata/override/module/%{calling_module}
  10.   - puppet/hieradata/default/facts/%{::some_custom_fact}
  11.   - puppet/hieradata/default/class/%{calling_class}
  12.   - puppet/hieradata/default/module/%{calling_module}
  13.   - astute
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement