fuel-library/deployment/puppet/apt/tests/ppa.pp
Eugene Kirpichov 70bba431a8 Initial commit
2012-09-07 17:38:58 -07:00

5 lines
101 B
Puppet

class { 'apt': }
# Example declaration of an Apt PPA
apt::ppa{ 'ppa:openstack-ppa/bleeding-edge': }