Sophie

Sophie

distrib > Mageia > 7 > armv7hl > media > core-release > by-pkgid > d957a283ab658c25572ad5a733d486c7 > files > 36

puppet-6.0.3-2.mga7.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')
  }
}