aboutsummaryrefslogtreecommitdiff
path: root/manifests/utils
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2015-08-25 18:56:20 -0300
committerSilvio Rhatto <rhatto@riseup.net>2015-08-25 18:56:20 -0300
commit871eade99bef924720747ee4479c87c7faa9db9d (patch)
tree35f8ff359f6fbfa57d94e6bf95e36dc0b4a11f30 /manifests/utils
parent9aef437e37902920e5e5bd96c9186d5ebbf9cab3 (diff)
downloadpuppet-nodo-871eade99bef924720747ee4479c87c7faa9db9d.tar.gz
puppet-nodo-871eade99bef924720747ee4479c87c7faa9db9d.tar.bz2
To be considered: needrestart
Diffstat (limited to 'manifests/utils')
-rw-r--r--manifests/utils/interface.pp5
1 files changed, 5 insertions, 0 deletions
diff --git a/manifests/utils/interface.pp b/manifests/utils/interface.pp
index 235d88a..e772a17 100644
--- a/manifests/utils/interface.pp
+++ b/manifests/utils/interface.pp
@@ -28,4 +28,9 @@ class nodo::utils::interface inherits nodo::utils::interface::console {
default => 'rxvt-unicode-256color',
}
}
+
+ # To be considered
+ #package { 'needrestart-session':
+ # ensure => present,
+ #}
}