We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
wireguard::interface { 'wg0': manage_firewall => false, endpoint => '10.0.0.1:51820', dport => 51820, addresses => [{'Address' => '192.168.0.1/24'},], persistent_keepalive => 25, public_key => '<key>'; }
Persistent keepalive set to 0 on the interface.
Persistent keepalive configured to 25 seconds on the interface.
[NetDev] Name=wg0 Kind=wireguard [WireGuard] PrivateKeyFile=/etc/wireguard/wg0 ListenPort=51820 [WireGuardPeer] PublicKey=<key> Endpoint=10.0.0.1:51820 PersistentKeepalive=0 AllowedIPs=fe80::/64 AllowedIPs=fd00::/8 AllowedIPs=0.0.0.0/0
The text was updated successfully, but these errors were encountered:
n.b. Putting the persistent_keepalive directive inside a peers block together with the public_key and endpoint makes it work as expected.
persistent_keepalive
peers
public_key
endpoint
Sorry, something went wrong.
No branches or pull requests
Affected Puppet, Ruby, OS and module versions/distributions
How to reproduce (e.g Puppet code you use)
What are you seeing
Persistent keepalive set to 0 on the interface.
What behaviour did you expect instead
Persistent keepalive configured to 25 seconds on the interface.
Output log
Any additional information you'd like to impart
The text was updated successfully, but these errors were encountered: