From: Silvio Rhatto Date: Tue, 2 Jan 2018 20:55:03 +0000 (-0200) Subject: Adds reboot-notifier and curl into nodo::utils X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=6e768910155e7a2a27ee04aac43fadeedd7a582a;p=puppet-nodo.git Adds reboot-notifier and curl into nodo::utils --- diff --git a/manifests/utils.pp b/manifests/utils.pp index d033b09..971e352 100644 --- a/manifests/utils.pp +++ b/manifests/utils.pp @@ -1,19 +1,15 @@ # Common utilities class nodo::utils inherits nodo::utils::base { - package { 'vim-nox': - ensure => present, - } - - package { 'needrestart': + package { [ + 'vim-nox', + 'needrestart', + 'reboot-notifier', + #debian-goodies, + ]: ensure => present, } - # Might be defined elsewhere - if !defined(Package['wget']) { - package { 'wget': - ensure => installed, - } - } + include nodo::utils::http if !defined(Package['git']) { package { 'git':