aboutsummaryrefslogtreecommitdiff
path: root/manifests/utils.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/utils.pp')
-rw-r--r--manifests/utils.pp14
1 files changed, 1 insertions, 13 deletions
diff --git a/manifests/utils.pp b/manifests/utils.pp
index 0bd6b59..d033b09 100644
--- a/manifests/utils.pp
+++ b/manifests/utils.pp
@@ -4,14 +4,7 @@ class nodo::utils inherits nodo::utils::base {
ensure => present,
}
- package { 'debian-security-support':
- ensure => $::lsbdistcodename ? {
- 'trusty' => absent,
- default => present,
- },
- }
-
- package { [ 'debsecan', 'needrestart' ]:
+ package { 'needrestart':
ensure => present,
}
@@ -22,11 +15,6 @@ class nodo::utils inherits nodo::utils::base {
}
}
- # To be considered
- #package { 'needrestart':
- # ensure => present,
- #}
-
if !defined(Package['git']) {
package { 'git':
ensure => latest,