Skip to content

Commit

Permalink
Merge pull request #362 from fnoop/bionic
Browse files Browse the repository at this point in the history
Add support for ubuntu bionic 18.04, #361
  • Loading branch information
juniorsysadmin authored Apr 29, 2018
2 parents c771342 + c4d00e6 commit 2880fc4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion manifests/params.pp
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
$npm_path = '/usr/bin/npm'
$repo_class = '::nodejs::repo::nodesource'
}
elsif $facts['os']['release']['full'] =~ /^1[46]\.04$/ {
elsif $facts['os']['release']['full'] =~ /^1[468]\.04$/ {
$manage_package_repo = true
$nodejs_debug_package_name = 'nodejs-dbg'
$nodejs_dev_package_name = 'nodejs-dev'
Expand Down
3 changes: 2 additions & 1 deletion metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@
"operatingsystem": "Ubuntu",
"operatingsystemrelease": [
"14.04",
"16.04"
"16.04",
"18.04"
]
},
{
Expand Down

0 comments on commit 2880fc4

Please sign in to comment.