Advertisement
Guest User

Untitled

a guest
Jan 19th, 2015
18
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.30 KB | None | 0 0
  1. {% load_yaml as rawmap %}
  2. Debian:
  3.   timezone:
  4.     - managed: True      # Set to False to ignore this "module"
  5.     - name: "Europe/Berlin"
  6.     - utc: True
  7.  
  8. RedHat:
  9.   timezone:
  10.     - managed: True      # Set to False to ignore this "module"
  11.     - name: "Europe/Berlin"
  12.     - utc: True
  13.  
  14. {% endload %}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement