Files
puppet-swift/manifests/repo/trunk.pp
Dan Bode 47d49e7780 Initial commit.
This initial commit only targets a single node
swift install on Natty based on 1.4.6
2012-01-19 18:58:37 -08:00

7 lines
102 B
Puppet

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