aboutsummaryrefslogtreecommitdiff
path: root/manifests/utils
diff options
context:
space:
mode:
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,
+ #}
}