Added Ubuntu support for skype.
This commit is contained in:
parent
b41222f26f
commit
b2bce840c9
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@ class skype {
|
||||||
|
|
||||||
case $operatingsystem {
|
case $operatingsystem {
|
||||||
"fedora": { include yum::repo::skype }
|
"fedora": { include yum::repo::skype }
|
||||||
|
"ubuntu": { include apt::repo::partner }
|
||||||
default: { fail("Skype module not supported in ${operatingsystem}") }
|
default: { fail("Skype module not supported in ${operatingsystem}") }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue