]> gitweb.fluxo.info Git - puppet-nodo.git/commitdiff
Adds reboot-notifier and curl into nodo::utils
authorSilvio Rhatto <rhatto@riseup.net>
Tue, 2 Jan 2018 20:55:03 +0000 (18:55 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Tue, 2 Jan 2018 20:55:03 +0000 (18:55 -0200)
manifests/utils.pp

index d033b092ee17346a35b91804f6eca23f6d7088eb..971e352e091b592e0cc1e34527f4028c67249288 100644 (file)
@@ -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':