
Add classes that can be used to setup the ppas for installing swift from millestone and release.
7 lines
104 B
Puppet
7 lines
104 B
Puppet
#
|
|
# sets up the swift trunk ppa
|
|
#
|
|
class swift::repo::trunk {
|
|
apt::ppa { 'ppa:swift-core/release': }
|
|
}
|