Skip to content

Instantly share code, notes, and snippets.

@crayfishx
Created August 21, 2015 09:40
Show Gist options
  • Save crayfishx/32b7d3d7f4bcb8b5e451 to your computer and use it in GitHub Desktop.
Save crayfishx/32b7d3d7f4bcb8b5e451 to your computer and use it in GitHub Desktop.
policy :craig do
lookup :default do
datasource :file, {
:format => :yaml,
:docroot => "/Users/craigdunn/jacaranda/etc/data",
:searchpath => [
"#{scope[:environment]}",
'global',
'common'
]
}
exclude :environment, "production"
output_filter :encryption
hiera_compat
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment