File tree Expand file tree Collapse file tree 3 files changed +31
-3
lines changed Expand file tree Collapse file tree 3 files changed +31
-3
lines changed Original file line number Diff line number Diff line change 1+ [Unit]
2+ Description =Apply netplan configuration at boot
3+ After =network-online.target
4+ Wants =network-online.target
5+
6+ [Service]
7+ Type =oneshot
8+ ExecStart =/usr/sbin/netplan apply
9+ RemainAfterExit =yes
10+ TimeoutSec =60
11+
12+ [Install]
13+ WantedBy =multi-user.target
Original file line number Diff line number Diff line change 112112 systemd : daemon_reload=yes
113113 when : debpkg_mode or nixpkg_mode
114114
115+ - name : Install netplan apply service
116+ copy :
117+ src : files/netplan-apply.service
118+ dest : /etc/systemd/system/netplan-apply.service
119+ owner : root
120+ group : root
121+ mode : 0644
122+ when : debpkg_mode or nixpkg_mode
123+
124+ - name : Enable netplan apply service
125+ systemd :
126+ name : netplan-apply.service
127+ enabled : yes
128+ when : debpkg_mode or nixpkg_mode
129+
115130- name : Configure journald
116131 copy :
117132 src : files/journald.conf
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-12 "
13- postgres17 : " 17.4.1.042-2404-12 "
14- postgres15 : " 15.8.1.099-2404-12 "
12+ postgresorioledb-17 : " 17.0.1.092-orioledb-2404-13 "
13+ postgres17 : " 17.4.1.042-2404-13 "
14+ postgres15 : " 15.8.1.099-2404-13 "
1515
1616# Non Postgres Extensions
1717pgbouncer_release : " 1.19.0"
You can’t perform that action at this time.
0 commit comments