File tree Expand file tree Collapse file tree 1 file changed +9
-25
lines changed Expand file tree Collapse file tree 1 file changed +9
-25
lines changed Original file line number Diff line number Diff line change @@ -6,56 +6,40 @@ FLAVOUR=$(cat /etc/packager.txt)
6
6
METHOD=" apt"
7
7
8
8
case " ${FLAVOUR?} " in
9
- el7_64)
10
- rpm -ivh http://yum.puppetlabs.com/puppet8-release-el-7.noarch.rpm
11
- METHOD=" yum"
12
-
13
- ;;
14
-
15
9
el8_64)
16
- rpm -ivh http ://yum.puppetlabs.com/puppet8 -release-el-8.noarch.rpm
10
+ rpm -ivh https ://s3.osuosl.org/openvox-yum/openvox8 -release-el-8.noarch.rpm
17
11
METHOD=" yum"
18
12
19
13
;;
20
14
21
15
el9_64)
22
- rpm -ivh http ://yum.puppetlabs.com/puppet8 -release-el-9.noarch.rpm
16
+ rpm -ivh https ://s3.osuosl.org/openvox-yum/openvox8 -release-el-9.noarch.rpm
23
17
METHOD=" yum"
24
18
25
19
;;
26
20
27
- buster_64 )
28
- wget -O /tmp/puppet.deb http ://apt.puppetlabs.com/puppet8- release-buster .deb
21
+ bullseye_64 )
22
+ wget -OL /tmp/puppet.deb https ://s3.osuosl.org/openvox-apt/openvox8- release-debian11 .deb
29
23
30
24
;;
31
25
32
- bullseye_64 )
33
- wget -O /tmp/puppet.deb http ://apt.puppetlabs.com/puppet8- release-bullseye .deb
26
+ bookworm_64 )
27
+ wget -OL /tmp/puppet.deb https ://s3.osuosl.org/openvox-apt/openvox8- release-debian12 .deb
34
28
35
29
;;
36
30
37
31
bionic_64)
38
- wget -O /tmp/puppet.deb http ://apt.puppetlabs.com/puppet8- release-bionic .deb
32
+ wget -OL /tmp/puppet.deb https ://s3.osuosl.org/openvox-apt/openvox8- release-ubuntu18.04 .deb
39
33
40
34
;;
41
35
42
36
focal_64)
43
- wget -O /tmp/puppet.deb http://apt.puppetlabs.com/puppet8-release-focal.deb
44
-
45
- ;;
46
-
47
- jammy_64)
48
- wget -O /tmp/puppet.deb http://apt.puppetlabs.com/puppet8-release-jammy.deb
37
+ wget -OL /tmp/puppet.deb https://s3.osuosl.org/openvox-apt/openvox8-release-ubuntu20.04.deb
49
38
50
39
;;
51
40
52
41
noble_64)
53
- wget -O /tmp/puppet.deb http://apt.puppetlabs.com/puppet8-release-noble.deb
54
-
55
- ;;
56
-
57
- bookworm_64)
58
- wget -O /tmp/puppet.deb http://apt.puppetlabs.com/puppet8-release-bookworm.deb
42
+ wget -OL /tmp/puppet.deb https://s3.osuosl.org/openvox-apt/openvox8-release-ubuntu24.04.deb
59
43
60
44
;;
61
45
You can’t perform that action at this time.
0 commit comments