Skip to content

Instantly share code, notes, and snippets.

@initcron
Created December 5, 2014 08:25
Show Gist options
  • Select an option

  • Save initcron/96452194c582cf746436 to your computer and use it in GitHub Desktop.

Select an option

Save initcron/96452194c582cf746436 to your computer and use it in GitHub Desktop.
hiera json data
{
"ntp::autoupdate" : true,
"ntp::enable" : true,
"ntp::restrict": [
"-7 ::1"
],
"ntp::servers" : [
"jsondemo.example.com iburst",
"jsondemo.example.com iburst",
"jsondemo.example.com iburst"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment