File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed
Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -57,16 +57,22 @@ build {
5757 source = " ${ path . root } /configs/daemonset.yaml"
5858 destination = " /tmp/daemonset.yaml"
5959 }
60-
60+
6161 provisioner "file" {
6262 source = " ${ path . root } /configs/rsyncd.conf"
6363 destination = " /tmp/rsyncd.conf"
6464 }
65+
6566 provisioner "file" {
6667 source = " ${ path . root } /configs/env"
6768 destination = " /tmp/env"
6869 }
6970
71+ provisioner "file" {
72+ source = " ${ path . root } /configs/vjailbreak-settings.yaml"
73+ destination = " /tmp/vjailbreak-settings.yaml"
74+ }
75+
7076 provisioner "file" {
7177 source = " ${ path . root } /images"
7278 destination = " /home/ubuntu"
@@ -90,6 +96,7 @@ build {
9096 " sudo mv /tmp/rsyncd.conf /etc/pf9/rsyncd.conf" ,
9197 " sudo mv /tmp/daemonset.yaml /etc/pf9/yamls/daemonset.yaml" ,
9298 " sudo mv /tmp/env /etc/pf9/env" ,
99+ " sudo mv /tmp/vjailbreak-settings.yaml /etc/pf9/yamls/vjailbreak-settings.yaml" ,
93100 " sudo mv /tmp/opensource.txt /home/ubuntu/opensource.txt" ,
94101 " sudo chmod +x /etc/pf9/install.sh" ,
95102 " sudo chown root:root /etc/pf9/k3s.env" ,
You can’t perform that action at this time.
0 commit comments