From f7db812ef4bc7e1902d5a4794348a970f0a4b7ad Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Tue, 13 May 2014 11:53:07 -0300 Subject: Adding nodo::utils::network::snort --- manifests/utils/network/snort.pp | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 manifests/utils/network/snort.pp 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, + } +} -- cgit v1.2.3