Skip to content
Snippets Groups Projects
Commit 56880811 authored by nimrod's avatar nimrod
Browse files

- Added Ubuntu Trusty for checking OpenNTP.

parent 04fbb160
No related branches found
No related tags found
No related merge requests found
...@@ -12,5 +12,8 @@ galaxy_info: ...@@ -12,5 +12,8 @@ galaxy_info:
- name: Debian - name: Debian
versions: versions:
- jessie - jessie
- name: Ubuntu
versions:
- trusty
galaxy_tags: [ ntp ] galaxy_tags: [ ntp ]
dependencies: [] dependencies: []
...@@ -18,6 +18,8 @@ vagrant: ...@@ -18,6 +18,8 @@ vagrant:
box: kaorimatz/openbsd-6.0-amd64 box: kaorimatz/openbsd-6.0-amd64
- name: jessie - name: jessie
box: debian/jessie64 box: debian/jessie64
- name: trusty
box: ubuntu/trusty64
instances: instances:
- name: ntp-client - name: ntp-client
options: options:
...@@ -41,3 +43,11 @@ docker: ...@@ -41,3 +43,11 @@ docker:
environment: environment:
DEBIAN_FRONTEND: noninteractive DEBIAN_FRONTEND: noninteractive
container: docker container: docker
- name: ntp-client-trusty
image: ubuntu-upstart
image_version: trusty
command: /sbin/init
privileged: True
environment:
DEBIAN_FRONTEND: noninteractive
container: docker
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment