Sophie

Sophie

distrib > Mageia > 6 > armv7hl > by-pkgid > daf79087f6941644885247eaca477684 > files > 36

puppet-4.2.1-4.4.mga6.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')
  }
}