7 lines
102 B
Puppet
7 lines
102 B
Puppet
#
|
|
# sets up the swift trunk ppa
|
|
#
|
|
class swift::repo::trunk {
|
|
apt::ppa { 'ppa:swift-core/trunk': }
|
|
}
|