Added Ubuntu support for skype.

This commit is contained in:
Timo Mkinen 2011-05-18 09:04:40 +03:00
parent b41222f26f
commit b2bce840c9

View file

@ -5,6 +5,7 @@ class skype {
case $operatingsystem {
"fedora": { include yum::repo::skype }
"ubuntu": { include apt::repo::partner }
default: { fail("Skype module not supported in ${operatingsystem}") }
}