diff options
author | Tom Grennan <tgrennan@vyatta.com> | 2007-11-28 12:03:09 -0800 |
---|---|---|
committer | Tom Grennan <tgrennan@vyatta.com> | 2007-11-28 12:03:09 -0800 |
commit | a2d883a080a5f2d95efdc84d8667ce9bfef6add3 (patch) | |
tree | 6ce1da6a0d18024601ee275f79a2904d7add3830 /templates/show | |
parent | 4af6a3dd7a1f842afe18aac99a19832615b67539 (diff) | |
download | vyatta-op-a2d883a080a5f2d95efdc84d8667ce9bfef6add3.tar.gz vyatta-op-a2d883a080a5f2d95efdc84d8667ce9bfef6add3.zip |
use utility function to retrieve allowed hosts/addresses
Diffstat (limited to 'templates/show')
-rw-r--r-- | templates/show/ntp/node.tag/node.def | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/templates/show/ntp/node.tag/node.def b/templates/show/ntp/node.tag/node.def index b2678d8..0706975 100644 --- a/templates/show/ntp/node.tag/node.def +++ b/templates/show/ntp/node.tag/node.def @@ -1,4 +1,3 @@ help: Show date and time of given NTP server -allowed: echo -n HOSTNAME A.B.C.D X:X::X:X ntp.vyatta.com ; - sed 's/#.*//; s/^[^ \t]*[ \t]//; /^$/d' ${HOSTFILE:-/dev/null} +allowed: vyatta-allowed-hosts ntp.vyatta.com run: /usr/sbin/ntpdate -q ${3:-ntp.vyatta.com} |