First lb class skeleton

This commit is contained in:
Magnus Andersson 2024-10-30 13:28:39 +01:00
parent 8a208c2d41
commit 25c7b772c7
Signed by: mandersson
GPG key ID: 1F7C896B34B28164

4
manifests/lb.pp Normal file
View file

@ -0,0 +1,4 @@
class matrix::lb (
) {
$ips = lookup('sourceips', undef, undef, undef)
}