aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2014-12-16 20:46:03 -0200
committerSilvio Rhatto <rhatto@riseup.net>2014-12-16 20:46:03 -0200
commit294e44112e655e2b358f4d45063500bf4e9b3950 (patch)
treed18d075e6ddf71942ce6b5d6f58996477384fb78
parentd251969a6a23b17abc66d076709598f567d04999 (diff)
downloadpuppet-nodo-294e44112e655e2b358f4d45063500bf4e9b3950.tar.gz
puppet-nodo-294e44112e655e2b358f4d45063500bf4e9b3950.tar.bz2
Adding nodo::utils::security::forensics
-rw-r--r--manifests/utils/security/forensics.pp6
1 files changed, 6 insertions, 0 deletions
diff --git a/manifests/utils/security/forensics.pp b/manifests/utils/security/forensics.pp
new file mode 100644
index 0000000..f2f8744
--- /dev/null
+++ b/manifests/utils/security/forensics.pp
@@ -0,0 +1,6 @@
+# See https://qa.debian.org/developer.php?login=forensics-devel%40lists.alioth.debian.org
+class nodo::utils::security::forensics {
+ package { [ 'lime-forensics-dkms' ]:
+ ensure => present,
+ }
+}