From aec5632c244083a9bc3065ec040fb50c8bd6bfd4 Mon Sep 17 00:00:00 2001 From: Ossi Salmi Date: Wed, 8 May 2013 23:49:40 +0300 Subject: [PATCH] ntp: Document IPv6 usage --- ntpd/manifests/init.pp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ntpd/manifests/init.pp b/ntpd/manifests/init.pp index a48a792..8aeee0a 100644 --- a/ntpd/manifests/init.pp +++ b/ntpd/manifests/init.pp @@ -8,7 +8,8 @@ # # $ntp_client_networks: # Array of networks that are allowed to query this server in format -# [ "192.168.1.0/255.255.255.0", "192.168.2.0/255.255.255.0", ]. +# [ "192.168.1.0/255.255.255.0", "192.168.2.0/255.255.255.0", ] or +# [ "2001:838:0:1::/ffff:ffff:ffff:ffff::" ] for IPv6. # class ntpd {