erlang: Add Erlang Solutions repo for Ubuntu
This commit is contained in:
parent
d60056acdb
commit
17d0f6ccbf
2 changed files with 18 additions and 0 deletions
|
@ -14,6 +14,9 @@ class erlang(
|
|||
'centos': {
|
||||
require yum::repo::erlang_solutions
|
||||
}
|
||||
'ubuntu': {
|
||||
require apt::repo::erlang_solutions
|
||||
}
|
||||
default: {
|
||||
fail("Erlang Solutions not supported on ${::operatingsystem}.")
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue