Initial version of skype module.

This commit is contained in:
Timo Mkinen 2011-05-18 09:02:03 +03:00
parent f64fe99dbc
commit b41222f26f
2 changed files with 27 additions and 0 deletions

View file

@ -186,3 +186,15 @@ class yum::repo::rpmfusion-nonfree {
}
}
# Add Skype repository
#
class yum::repo::skype {
yum::repo { "skype":
descr => "Skype Yum Repository",
baseurl => "http://download.skype.com/linux/repos/fedora/updates/i586/",
}
}