diff options
| author | Silvio Rhatto <rhatto@riseup.net> | 2014-05-13 11:53:07 -0300 | 
|---|---|---|
| committer | Silvio Rhatto <rhatto@riseup.net> | 2014-05-13 11:53:07 -0300 | 
| commit | f7db812ef4bc7e1902d5a4794348a970f0a4b7ad (patch) | |
| tree | 98bed54aadf814207077d1348201eb8e99f277c1 /manifests | |
| parent | 83548fb9fe78efee5d5aecbb3b77b9d5c1cb9e08 (diff) | |
| download | puppet-nodo-f7db812ef4bc7e1902d5a4794348a970f0a4b7ad.tar.gz puppet-nodo-f7db812ef4bc7e1902d5a4794348a970f0a4b7ad.tar.bz2  | |
Adding nodo::utils::network::snort
Diffstat (limited to 'manifests')
| -rw-r--r-- | manifests/utils/network/snort.pp | 5 | 
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, +  } +}  | 
