
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.
7 lines
106 B
Puppet
7 lines
106 B
Puppet
#
|
|
# sets up the swift trunk ppa
|
|
#
|
|
class swift::repo::release {
|
|
apt::ppa { 'ppa:swift-core/release': }
|
|
}
|