aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2014-05-13 11:53:07 -0300
committerSilvio Rhatto <rhatto@riseup.net>2014-05-13 11:53:07 -0300
commitf7db812ef4bc7e1902d5a4794348a970f0a4b7ad (patch)
tree98bed54aadf814207077d1348201eb8e99f277c1
parent83548fb9fe78efee5d5aecbb3b77b9d5c1cb9e08 (diff)
downloadpuppet-nodo-f7db812ef4bc7e1902d5a4794348a970f0a4b7ad.tar.gz
puppet-nodo-f7db812ef4bc7e1902d5a4794348a970f0a4b7ad.tar.bz2
Adding nodo::utils::network::snort
-rw-r--r--manifests/utils/network/snort.pp5
1 files changed, 5 insertions, 0 deletions
diff --git a/manifests/utils/network/snort.pp b/manifests/utils/network/snort.pp
new file mode 100644
index 0000000..0908c58
--- /dev/null
+++ b/manifests/utils/network/snort.pp
@@ -0,0 +1,5 @@
+class nodo::utils::network::snort {
+ package { 'snort':
+ ensure => present,
+ }
+}