Skip to content

Commit

Permalink
Upgrade default panc version to 10.3-1
Browse files Browse the repository at this point in the history
- Also make the default site-customizable through PANC_DEFAULT_VERSION
  • Loading branch information
jouvin committed Nov 8, 2016
1 parent 6a27963 commit d4dbade
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion quattor/client/pan_compiler.pan
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,13 @@

unique template quattor/client/pan_compiler;

'/software/packages' = pkg_repl('panc','10.2-1','noarch');
@{
desc = Pan compiler version to install
values = string (version number)
default = 10.3-1
required = no
}
variable PANC_DEFAULT_VERSION ?= '10.3-1';

'/software/packages' = pkg_repl('panc',PANC_DEFAULT_VERSION,'noarch');

0 comments on commit d4dbade

Please sign in to comment.