First lb class skeleton
This commit is contained in:
parent
8a208c2d41
commit
882dc91387
1 changed files with 4 additions and 0 deletions
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…
Add table
Reference in a new issue