File tree 4 files changed +5
-5
lines changed
4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -1072,7 +1072,7 @@ sub _set_defaults
1072
1072
$an -> data-> {sys }{username } = getpwuid ( $< );
1073
1073
# If a user wants to use spice + qxl for video in VMs, set this to '1'. NOTE: This disables web-based VNC!
1074
1074
$an -> data-> {sys }{use_spice_graphics } = 1;
1075
- $an -> data-> {sys }{version } = " 2.0.5 " ;
1075
+ $an -> data-> {sys }{version } = " 2.0.6 " ;
1076
1076
# Adds: [--disablerepo='*' --enablerepo='striker*'] if
1077
1077
# no internet connection found.
1078
1078
$an -> data-> {sys }{yum_switches } = " -y" ;
Original file line number Diff line number Diff line change 1
- 2.0.5
1
+ 2.0.6
Original file line number Diff line number Diff line change @@ -151,7 +151,7 @@ my $conf = {
151
151
release => " 6.8" ,
152
152
suffix => " " ,
153
153
mark => " m2" ,
154
- version => " 2.0.5 " ,
154
+ version => " 2.0.6 " ,
155
155
},
156
156
# This is will be set to '1' if the source ISO is not mounted.
157
157
use_isoread => 0,
@@ -205,7 +205,7 @@ my $conf = {
205
205
# access that file, we'll use 'striker_default'. Optionally, the user can request the latest
206
206
# master with '--master', in which case we will download the 'striker_master' URL. In all
207
207
# cases, the downloaded file will be saved as 'striker_zip_file'.
208
- striker_default => " https://github.com/ClusterLabs/striker/archive/v2.0.5 .zip" ,
208
+ striker_default => " https://github.com/ClusterLabs/striker/archive/v2.0.6 .zip" ,
209
209
striker_latest => " https://www.alteeve.com/an-repo/striker_latest.txt" ,
210
210
striker_master => " https://codeload.github.com/ClusterLabs/striker/zip/master" ,
211
211
striker_zip_file => " striker.zip" ,
Original file line number Diff line number Diff line change @@ -140,7 +140,7 @@ my $an = AN::Tools->new({
140
140
# access that file, we'll use 'striker_default'. Optionally, the user can request the latest
141
141
# master with '--master', in which case we will download the 'striker_master' URL. In all
142
142
# cases, the downloaded file will be saved as 'striker_zip_file'.
143
- striker_default => " https://github.com/ClusterLabs/striker/archive/v2.0.5 .zip" ,
143
+ striker_default => " https://github.com/ClusterLabs/striker/archive/v2.0.6 .zip" ,
144
144
striker_latest => " https://www.alteeve.com/an-repo/striker_latest.txt" ,
145
145
striker_master => " https://codeload.github.com/ClusterLabs/striker/zip/master" ,
146
146
support => " https://alteeve.com/w/Support" ,
You can’t perform that action at this time.
0 commit comments