aboutsummaryrefslogtreecommitdiff
path: root/manifests/utils.pp
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2017-08-19 13:52:20 -0300
committerSilvio Rhatto <rhatto@riseup.net>2017-08-19 13:52:20 -0300
commit813436c5524f6a715de9f4bdd21439772edcc256 (patch)
tree9ba60cfd006cb0daae28575b86883125a62bd0b9 /manifests/utils.pp
parentc4aa80a8be76e08f510f6fad6395a6af2ee80cf2 (diff)
downloadpuppet-nodo-813436c5524f6a715de9f4bdd21439772edcc256.tar.gz
puppet-nodo-813436c5524f6a715de9f4bdd21439772edcc256.tar.bz2
Remove obsolete packages and configure debsecan
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,