Skip to content

Commit

Permalink
IP::Address type is no longer supported, switch to Stdlib variant
Browse files Browse the repository at this point in the history
The IP::Address type is no longer supported..
See puppet error
`Error: Could not retrieve catalog from remote server: Error 500 on SERVER: Server Error: Evaluation Error: Error while evaluating a Resource Statement, Ipset::Unmanaged[some-ipset]: parameter 'options' references an unresolved type 'IP::Address'`
  • Loading branch information
WoutResseler committed Nov 10, 2023
1 parent 618a5cc commit 7b439a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/options.pp
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
Optional[family] => Enum['inet', 'inet6'],
Optional[hashsize] => Integer[128],
Optional[maxelem] => Integer[128],
Optional[netmask] => IP::Address,
Optional[netmask] => Stdlib::IP::Address,
Optional[timeout] => Integer[1],
}]

0 comments on commit 7b439a7

Please sign in to comment.