Skip to content

Commit

Permalink
adding in official support of ubuntu 18.04 (#333)
Browse files Browse the repository at this point in the history
* adding in official support of ubuntu 18.04

also locks puppet version requirement to 4 and 5 only

* fixing syntax
  • Loading branch information
davejrt authored and scotty-c committed Sep 26, 2018
1 parent da931f3 commit 0bf9198
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@
"operatingsystem": "Ubuntu",
"operatingsystemrelease": [
"14.04",
"16.04"
"16.04",
"18.04"
]
},
{
Expand All @@ -52,7 +53,7 @@
"requirements": [
{
"name": "puppet",
"version_requirement": ">= 4.0.0"
"version_requirement": ">= 4.0.0 <=5.5.6"
}
]
}

0 comments on commit 0bf9198

Please sign in to comment.