summaryrefslogtreecommitdiff
path: root/examples/hiera/modules/data/manifests/common.pp
blob: 9e0b532e1d3565721998c29c7598dfbed3eedaf9 (plain)
1
2
3
4
# sets the common (across all puppet conf) ntp servers.
class data::common {
  $ntpservers = ['ntp1.example.com', 'ntp2.example.com']
}