summaryrefslogtreecommitdiff
path: root/code/environments/production/modules/apt/examples/ppa.pp
blob: e728f6f10f50e6ea1a9881c14df7096645062f15 (plain)
1
2
3
4
class { 'apt': }

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