Files
puppet-swift/manifests/repo/release.pp
Dan Bode 65b6f0a695 Fix milestone and release ppa config
Previously, a copy and paste error had resulted
in 3 definitions of the trunk ppa class.

Two of those were intended to be swift::repo::trunk
and swift::repo::release.

This commit corrects this error.
2012-02-26 20:54:57 -08:00

7 lines
106 B
Puppet

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