Mercurial > repos > other > Puppet
view modules/apt/examples/ppa.pp @ 478:adf6fe9bbc17
Update Puppet modules to latest versions
author | IBBoard <dev@ibboard.co.uk> |
---|---|
date | Thu, 29 Aug 2024 18:47:29 +0100 |
parents | 3fce34f642f1 |
children |
line wrap: on
line source
class { 'apt': } # Example declaration of an Apt PPA apt::ppa { 'ppa:ubuntuhandbook1/apps': }