Mercurial > repos > other > Puppet
changeset 271:c62728474654
Add wget so that we can download files like a normal person
author | IBBoard <dev@ibboard.co.uk> |
---|---|
date | Tue, 31 Dec 2019 13:49:38 +0000 |
parents | 481acc395876 |
children | c42fb28cff86 |
files | manifests/templates.pp |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/manifests/templates.pp Tue Dec 31 13:49:02 2019 +0000 +++ b/manifests/templates.pp Tue Dec 31 13:49:38 2019 +0000 @@ -244,7 +244,7 @@ } class tools { - $packages = [ 'sqlite', 'bash-completion', 'nano', 'bzip2', 'mlocate', 'patch', 'tmux' ] + $packages = [ 'sqlite', 'bash-completion', 'nano', 'bzip2', 'mlocate', 'patch', 'tmux', 'wget' ] package { $packages: ensure => installed; }