Files
puppet-swift/manifests/repo/trunk.pp
2012-04-06 10:19:29 -07:00

7 lines
134 B
Puppet

#
# sets up the swift trunk ppa
#
class swift::repo::trunk {
apt::ppa { 'ppa:openstack-ubuntu-testing/openstack-trunk-testing': }
}