4 lines
95 B
Puppet
4 lines
95 B
Puppet
class { 'apt': }
|
|
|
|
# Example declaration of an Apt PPA
|
|
apt::ppa { 'ppa:ubuntuhandbook1/apps': }
|