aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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,
+ }
+}