tripleo-image-elements/elements/ntp
Gonéri Le Bouder 25a962a6eb add some missing “set -ue” declarations
Since 79ab95b16e78d563c473b5acada62cb3e22d4eb1 dib-lint ensure
every element shell scripts have “set -e” activated.

Even if dib-lint doesn't test it yet, the set -u is already widely
used.

As pointed out by Jiri Stransky, elements/tripleo-cd/configs/* files
are sourced by deploy-testenv. There is no reason to enable “set -ue”
manually. The patch just disable the dib-lint “sete” check on these files.

Change-Id: I118c8c80ec50b265c22577b075d15f56389b7a47
2014-05-20 09:39:55 +02:00
..
install.d add some missing “set -ue” declarations 2014-05-20 09:39:55 +02:00
os-apply-config/etc Add an ntp element 2013-12-05 11:26:19 -08:00
os-refresh-config/post-configure.d Add an ntp element 2013-12-05 11:26:19 -08:00
README.md Add an ntp element 2013-12-05 11:26:19 -08:00
element-deps Add an ntp element 2013-12-05 11:26:19 -08:00

README.md

Setup ntpd and optionally configure it using Heat metadata.

Heat Metadata can be used to specify the configuration:

ntp:
  servers:
    - { server: server1.foo.example }
    - { server: server2.foo.test, fudge: stratum 0 }