Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 5e8cff921c | |||
| 08472ff950 |
@@ -2,7 +2,7 @@
|
|||||||
timezone::timezone: 'Australia/Sydney'
|
timezone::timezone: 'Australia/Sydney'
|
||||||
certbot::client::webserver: ausyd1nxvm2057.main.unkin.net
|
certbot::client::webserver: ausyd1nxvm2057.main.unkin.net
|
||||||
profiles_dns_upstream_forwarder_unkin:
|
profiles_dns_upstream_forwarder_unkin:
|
||||||
- 198.18.19.15
|
- 198.18.200.7
|
||||||
profiles_dns_upstream_forwarder_consul:
|
profiles_dns_upstream_forwarder_consul:
|
||||||
- 198.18.19.14
|
- 198.18.19.14
|
||||||
profiles_dns_upstream_forwarder_k8s:
|
profiles_dns_upstream_forwarder_k8s:
|
||||||
|
|||||||
@@ -122,6 +122,15 @@ class profiles::vault::server (
|
|||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# go-plugin creates each secrets plugin's control socket as /tmp/pluginNNN;
|
||||||
|
# systemd-tmpfiles-clean reaps files aged past the /tmp policy, severing the
|
||||||
|
# socket of a long-lived plugin and orphaning the still-running process
|
||||||
|
# (every request then fails: rpc Unavailable, dial unix /tmp/pluginNNN: no
|
||||||
|
# such file). Exclude the sockets from cleaning for all plugins.
|
||||||
|
systemd::tmpfile { 'openbao-plugin-sockets.conf':
|
||||||
|
content => "x /tmp/plugin*\n",
|
||||||
|
}
|
||||||
|
|
||||||
# ensure the vault audit log exists
|
# ensure the vault audit log exists
|
||||||
file { $audit_log:
|
file { $audit_log:
|
||||||
ensure => 'file',
|
ensure => 'file',
|
||||||
|
|||||||
Reference in New Issue
Block a user