From: Silvio Rhatto Date: Tue, 13 May 2014 14:53:07 +0000 (-0300) Subject: Adding nodo::utils::network::snort X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=f7db812ef4bc7e1902d5a4794348a970f0a4b7ad;p=puppet-nodo.git Adding nodo::utils::network::snort --- 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, + } +}