]> gitweb.fluxo.info Git - puppet-nodo.git/commitdiff
Adding nodo::utils::network::snort
authorSilvio Rhatto <rhatto@riseup.net>
Tue, 13 May 2014 14:53:07 +0000 (11:53 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Tue, 13 May 2014 14:53:07 +0000 (11:53 -0300)
manifests/utils/network/snort.pp [new file with mode: 0644]

diff --git a/manifests/utils/network/snort.pp b/manifests/utils/network/snort.pp
new file mode 100644 (file)
index 0000000..0908c58
--- /dev/null
@@ -0,0 +1,5 @@
+class nodo::utils::network::snort {
+  package { 'snort':
+    ensure => present,
+  }
+}