File tree Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 31
31
systemd :
32
32
name : systemd-networkd-check-and-fix.timer
33
33
enabled : true
34
+
35
+ - name : Apply netplan configuration
36
+ shell : sudo netplan apply
37
+ when : debpkg_mode or nixpkg_mode
Original file line number Diff line number Diff line change @@ -9,9 +9,9 @@ postgres_major:
9
9
10
10
# Full version strings for each major version
11
11
postgres_release :
12
- postgresorioledb-17 : " 17.0.1.092-orioledb-2404-5 "
13
- postgres17 : " 17.4.1.042-2404-5 "
14
- postgres15 : " 15.8.1.099-2404-5 "
12
+ postgresorioledb-17 : " 17.0.1.092-orioledb-2404-6 "
13
+ postgres17 : " 17.4.1.042-2404-6 "
14
+ postgres15 : " 15.8.1.099-2404-6 "
15
15
16
16
# Non Postgres Extensions
17
17
pgbouncer_release : " 1.19.0"
Original file line number Diff line number Diff line change @@ -170,6 +170,8 @@ network:
170
170
dhcp4-overrides:
171
171
send-hostname: false
172
172
EOF
173
+ # Set proper permissions for netplan security
174
+ chmod 600 /etc/netplan/01-hostname.yaml
173
175
}
174
176
175
177
# Set options for the default interface
@@ -181,6 +183,8 @@ network:
181
183
eth0:
182
184
dhcp4: true
183
185
EOF
186
+ # Set proper permissions for netplan security
187
+ chmod 600 /etc/netplan/eth0.yaml
184
188
}
185
189
186
190
function disable_sshd_passwd_auth {
You can’t perform that action at this time.
0 commit comments