Skip to content

Instantly share code, notes, and snippets.

@bodepd
Created November 19, 2011 04:01
Show Gist options
  • Save bodepd/1378420 to your computer and use it in GitHub Desktop.
Save bodepd/1378420 to your computer and use it in GitHub Desktop.
class ntp(
$server = 'UNSET'
) {
include ntp::params
$server\_real = $server ? {
'UNSET' => $::ntp::params::server,
default => $server,
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment