Add repo class for milestone and release

Add classes that can be used to setup the ppas
for installing swift from millestone and release.
This commit is contained in:
Dan Bode
2012-02-14 15:06:07 -08:00
parent e9dfe0f8e5
commit 547a96930e
2 changed files with 12 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
#
# sets up the swift milestone ppa
#
class swift::repo::trunk {
apt::ppa { 'ppa:swift-core/milestone': }
}

View File

@@ -0,0 +1,6 @@
#
# sets up the swift trunk ppa
#
class swift::repo::trunk {
apt::ppa { 'ppa:swift-core/release': }
}