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 3131 systemd :
3232 name : systemd-networkd-check-and-fix.timer
3333 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:
99
1010# Full version strings for each major version
1111postgres_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 "
1515
1616# Non Postgres Extensions
1717pgbouncer_release : " 1.19.0"
Original file line number Diff line number Diff line change @@ -170,6 +170,8 @@ network:
170170 dhcp4-overrides:
171171 send-hostname: false
172172EOF
173+ # Set proper permissions for netplan security
174+ chmod 600 /etc/netplan/01-hostname.yaml
173175}
174176
175177# Set options for the default interface
@@ -181,6 +183,8 @@ network:
181183 eth0:
182184 dhcp4: true
183185EOF
186+ # Set proper permissions for netplan security
187+ chmod 600 /etc/netplan/eth0.yaml
184188}
185189
186190function disable_sshd_passwd_auth {
You can’t perform that action at this time.
0 commit comments