module-puppetlabs-apt/examples/ppa.pp
2015-02-15 09:48:10 -08:00

4 lines
101 B
Puppet

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