First lb class skeleton
This commit is contained in:
parent
8a208c2d41
commit
25c7b772c7
4
manifests/lb.pp
Normal file
4
manifests/lb.pp
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
class matrix::lb (
|
||||||
|
) {
|
||||||
|
$ips = lookup('sourceips', undef, undef, undef)
|
||||||
|
}
|
Loading…
Reference in a new issue