chef-lctp/site-cookbooks/ntp
Jörg Thalheim d85e4b73ac ntp/README.md: fix typo 2014-03-11 17:36:13 +01:00
..
attributes First commit 2014-01-19 15:34:01 +01:00
files/default/test better ntp check workaround 2014-01-27 18:16:56 +01:00
recipes presentation: testing & code sample 2014-02-16 20:22:16 +01:00
templates/default First commit 2014-01-19 15:34:01 +01:00
README.md ntp/README.md: fix typo 2014-03-11 17:36:13 +01:00
metadata.rb First commit 2014-01-19 15:34:01 +01:00

README.md

Description

setups a network time protocol daemon.

Attributes

node.ntp.subnets - restrict query to a subnet, default is ["::1", "127.0.0.1"] node.ntp.server - upstream ntp server to synchronize with, default is "de.pool.ntp.org"

Usage

include\_recipe "ntp::default"