aboutsummaryrefslogtreecommitdiff
path: root/manifests/utils/network/snort.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/utils/network/snort.pp')
-rw-r--r--manifests/utils/network/snort.pp4
1 files changed, 3 insertions, 1 deletions
diff --git a/manifests/utils/network/snort.pp b/manifests/utils/network/snort.pp
index 0908c58..8b14413 100644
--- a/manifests/utils/network/snort.pp
+++ b/manifests/utils/network/snort.pp
@@ -1,5 +1,7 @@
class nodo::utils::network::snort {
- package { 'snort':
+ package { [
+ 'snort',
+ ]:
ensure => present,
}
}