Skip to content
This repository has been archived by the owner on Nov 18, 2019. It is now read-only.

Commit

Permalink
added possibility to use external classes for graylog server
Browse files Browse the repository at this point in the history
  • Loading branch information
Jean-Francois Laurens committed Nov 6, 2013
1 parent b117dfb commit 7351dff
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion platform_services_graylog2/manifests/server.pp
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
class platform_services_graylog2::server {
class platform_services_graylog2::server (
$site_classes = undef,
){
include ::graylog2::server
include ::graylog2::web
include ::platform_services_firewall::http
include ::platform_services_firewall::syslog
include ::platform_services::front_ip

if $site_classes {
class{$site_classes:}
}
}

0 comments on commit 7351dff

Please sign in to comment.