Last active
October 31, 2015 03:34
-
-
Save waldronj/c57bfd7535cb6e2a2c76 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| node 'default'{ | |
| file { 'c:/users/vagrant/desktop/test.txt': | |
| ensure => present, | |
| content => hiera('file_content') | |
| } | |
| } | |
| windows.yaml: | |
| --- | |
| :file_content: "test content from hiera" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment