7 lines
134 B
Puppet
7 lines
134 B
Puppet
#
|
|
# sets up the swift trunk ppa
|
|
#
|
|
class swift::repo::trunk {
|
|
apt::ppa { 'ppa:openstack-ubuntu-testing/openstack-trunk-testing': }
|
|
}
|