aboutsummaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-09-29 16:49:32 -0300
committerSilvio Rhatto <rhatto@riseup.net>2013-09-29 16:49:32 -0300
commit39366a78da07bc91089f5761344b60c16f4c1946 (patch)
treeb8c9551e44021202f2edb51e7d562c22d609788b /manifests
parent2901cbaadc3ede96a4843bcd774d870c6ab4752e (diff)
downloadpuppet-nodo-39366a78da07bc91089f5761344b60c16f4c1946.tar.gz
puppet-nodo-39366a78da07bc91089f5761344b60c16f4c1946.tar.bz2
Adding nodo::utils::security::stego
Diffstat (limited to 'manifests')
-rw-r--r--manifests/utils/security/stego.pp5
1 files changed, 5 insertions, 0 deletions
diff --git a/manifests/utils/security/stego.pp b/manifests/utils/security/stego.pp
new file mode 100644
index 0000000..0ca9592
--- /dev/null
+++ b/manifests/utils/security/stego.pp
@@ -0,0 +1,5 @@
+class nodo::utils::security::stego {
+ package { [ 'snow', 'stegsnow', 'steghide', 'snowdrop', 'python-stepic' ]:
+ ensure => present,
+ }
+}