Skip to content

Commit 0bf9198

Browse files
davejrtscotty-c
authored andcommitted
adding in official support of ubuntu 18.04 (#333)
* adding in official support of ubuntu 18.04 also locks puppet version requirement to 4 and 5 only * fixing syntax
1 parent da931f3 commit 0bf9198

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

metadata.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@
3232
"operatingsystem": "Ubuntu",
3333
"operatingsystemrelease": [
3434
"14.04",
35-
"16.04"
35+
"16.04",
36+
"18.04"
3637
]
3738
},
3839
{
@@ -52,7 +53,7 @@
5253
"requirements": [
5354
{
5455
"name": "puppet",
55-
"version_requirement": ">= 4.0.0"
56+
"version_requirement": ">= 4.0.0 <=5.5.6"
5657
}
5758
]
5859
}

0 commit comments

Comments
 (0)