File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 24
24
Optional[Boolean] $executing_on_master = undef ,
25
25
) {
26
26
27
- run_plan(' pe_xl::install' ,
27
+ run_plan(' pe_xl::unit:: install' ,
28
28
# Large
29
29
master_host => $master_host ,
30
30
compiler_hosts => $compiler_hosts ,
49
49
stagingdir => $stagingdir ,
50
50
)
51
51
52
- run_plan(' pe_xl::configure' ,
52
+ run_plan(' pe_xl::unit:: configure' ,
53
53
# Large
54
54
master_host => $master_host ,
55
55
compiler_hosts => $compiler_hosts ,
Original file line number Diff line number Diff line change 1
1
# @summary Configure first-time classification and HA setup
2
2
#
3
- plan pe_xl::configure (
3
+ plan pe_xl::unit:: configure (
4
4
String[1] $master_host ,
5
5
Array[String[1]] $compiler_hosts = [ ],
6
6
Original file line number Diff line number Diff line change 13
13
# Config data to plane into pe.conf when generated on all hosts, this can be
14
14
# used for tuning data etc.
15
15
#
16
- plan pe_xl::install (
16
+ plan pe_xl::unit:: install (
17
17
# Large
18
18
String[1] $master_host ,
19
19
Array[String[1]] $compiler_hosts = [ ],
You can’t perform that action at this time.
0 commit comments