puppet/modules/apt/tests/ppa.pp
2014-07-11 13:30:23 -05:00

4 lines
101 B
Puppet

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