Skip to content

Commit 2a6ce18

Browse files
authored
Merge pull request #426 from paychex/dev
Add ubuntu 18.04 support
2 parents 183bd51 + 23d1fbc commit 2a6ce18

4 files changed

Lines changed: 10 additions & 1 deletion

File tree

.sync.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
docker_sets:
55
- set: ubuntu1404-64
66
- set: ubuntu1604-64
7+
- set: ubuntu1804-64
78
- set: debian8-64
89
- set: debian9-64
910
- set: centos7-64

.travis.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,12 @@ matrix:
3737
env: PUPPET_INSTALL_TYPE=agent BEAKER_IS_PE=no BEAKER_PUPPET_COLLECTION=puppet5 BEAKER_debug=true BEAKER_setfile=ubuntu1604-64{hypervisor=docker} CHECK=beaker
3838
services: docker
3939
sudo: required
40+
- rvm: 2.5.1
41+
bundler_args: --without development release
42+
dist: trusty
43+
env: PUPPET_INSTALL_TYPE=agent BEAKER_IS_PE=no BEAKER_PUPPET_COLLECTION=puppet5 BEAKER_debug=true BEAKER_setfile=ubuntu1804-64{hypervisor=docker} CHECK=beaker
44+
services: docker
45+
sudo: required
4046
- rvm: 2.5.1
4147
bundler_args: --without development release
4248
dist: trusty

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ This module has been tested to work on the following systems.
2424
* Suse 11
2525
* Ubuntu 14.04
2626
* Ubuntu 16.04
27+
* Ubuntu 18.04
2728

2829
## Installation
2930

metadata.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@
3636
"operatingsystem": "Ubuntu",
3737
"operatingsystemrelease": [
3838
"14.04",
39-
"16.04"
39+
"16.04",
40+
"18.04"
4041
]
4142
},
4243
{

0 commit comments

Comments
 (0)