Skip to content

Instantly share code, notes, and snippets.

@waldronj
Last active October 31, 2015 03:34
Show Gist options
  • Select an option

  • Save waldronj/c57bfd7535cb6e2a2c76 to your computer and use it in GitHub Desktop.

Select an option

Save waldronj/c57bfd7535cb6e2a2c76 to your computer and use it in GitHub Desktop.
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