Sophie

Sophie

distrib > Mageia > 4 > x86_64 > by-pkgid > 6496d71af6939afa71d510cd70f57b30 > files > 31

puppet-3.4.2-1.mga4.noarch.rpm

# lookup ntpservers from hiera, or allow user of class to provide other value
class ntp::config($ntpservers = hiera('ntpservers')) {
  file{'/tmp/ntp.conf':
    content => template('ntp/ntp.conf.erb')
  }
}