Re: [EXTERNAL] - Re: [Puppet Users] Puppet : Install a .deb

2019-11-21 Thread Dirk Heinrichs
Am Donnerstag, den 21.11.2019, 10:03 -0600 schrieb Becca Robinson: Take a look at the package resource. https://puppet.com/docs/puppet/latest/types/package.html

Re: [Puppet Users] Puppet : Install a .deb

2019-11-21 Thread Becca Robinson
Take a look at the package resource. https://puppet.com/docs/puppet/latest/types/package.html Additionally if the source is not a configured repo, then you may want to use the source attribute of the package repo. -- Becca Robinson