From 6e768910155e7a2a27ee04aac43fadeedd7a582a Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Tue, 2 Jan 2018 18:55:03 -0200 Subject: Adds reboot-notifier and curl into nodo::utils --- manifests/utils.pp | 18 +++++++----------- 1 file changed, 7 insertions(+), 11 deletions(-) (limited to 'manifests') 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': -- cgit v1.2.3