Mercurial > repos > other > Puppet
changeset 310:e9a7e504598b
Add yum-utils so that we get "needs-restarting" command
author | IBBoard <dev@ibboard.co.uk> |
---|---|
date | Sun, 23 Feb 2020 15:43:51 +0000 |
parents | 7fa5e230fc94 |
children | 51d3748f8112 |
files | manifests/templates.pp |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/manifests/templates.pp Sun Feb 23 15:43:27 2020 +0000 +++ b/manifests/templates.pp Sun Feb 23 15:43:51 2020 +0000 @@ -256,7 +256,7 @@ } class tools { - $packages = [ 'sqlite', 'bash-completion', 'nano', 'bzip2', 'mlocate', 'patch', 'tmux', 'wget' ] + $packages = [ 'sqlite', 'bash-completion', 'nano', 'bzip2', 'mlocate', 'patch', 'tmux', 'wget', 'yum-utils' ] package { $packages: ensure => installed; }