diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2015-08-25 18:56:20 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2015-08-25 18:56:20 -0300 |
commit | 871eade99bef924720747ee4479c87c7faa9db9d (patch) | |
tree | 35f8ff359f6fbfa57d94e6bf95e36dc0b4a11f30 /manifests/utils | |
parent | 9aef437e37902920e5e5bd96c9186d5ebbf9cab3 (diff) | |
download | puppet-nodo-871eade99bef924720747ee4479c87c7faa9db9d.tar.gz puppet-nodo-871eade99bef924720747ee4479c87c7faa9db9d.tar.bz2 |
To be considered: needrestart
Diffstat (limited to 'manifests/utils')
-rw-r--r-- | manifests/utils/interface.pp | 5 |
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, + #} } |