From 568808119a2b350ce496a2166076414d5ae86e9e Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Thu, 15 Dec 2016 14:32:03 +0200 Subject: [PATCH] - Added Ubuntu Trusty for checking OpenNTP. --- meta/main.yml | 3 +++ molecule.yml | 10 ++++++++++ 2 files changed, 13 insertions(+) diff --git a/meta/main.yml b/meta/main.yml index 9e513d0..bb4ef42 100644 --- a/meta/main.yml +++ b/meta/main.yml @@ -12,5 +12,8 @@ galaxy_info: - name: Debian versions: - jessie + - name: Ubuntu + versions: + - trusty galaxy_tags: [ ntp ] dependencies: [] diff --git a/molecule.yml b/molecule.yml index 92aae9f..3911692 100644 --- a/molecule.yml +++ b/molecule.yml @@ -18,6 +18,8 @@ vagrant: box: kaorimatz/openbsd-6.0-amd64 - name: jessie box: debian/jessie64 + - name: trusty + box: ubuntu/trusty64 instances: - name: ntp-client options: @@ -41,3 +43,11 @@ docker: environment: DEBIAN_FRONTEND: noninteractive container: docker + - name: ntp-client-trusty + image: ubuntu-upstart + image_version: trusty + command: /sbin/init + privileged: True + environment: + DEBIAN_FRONTEND: noninteractive + container: docker -- GitLab