Skip to content

Commit dab5f2a

Browse files
committed
Recreate the default handler in conf.d
1 parent a2fad25 commit dab5f2a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

manifests/server.pp

+5
Original file line numberDiff line numberDiff line change
@@ -79,4 +79,9 @@
7979
Service['sensu-api'],
8080
];
8181
}
82+
83+
sensu::handler { 'default':
84+
type => 'pipe',
85+
command => '/etc/sensu/handlers/default',
86+
}
8287
}

0 commit comments

Comments
 (0)