Skip to content

Commit cb206d6

Browse files
committed
Sync global hiera
Ensure the global hiera.yaml is synced from primary so that data in console is enabled.
1 parent c8d956b commit cb206d6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

plans/add_compiler.pp

+5
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,11 @@
107107
},
108108
)
109109

110+
# Source the global hiera.yaml from Primary and synchronize to new compiler
111+
run_plan('peadm::util::sync_global_hiera', $compiler_target,
112+
primary_host => $primary_target
113+
)
114+
110115
# On <compiler-host>, run the puppet agent
111116
run_task('peadm::puppet_runonce', $compiler_target)
112117

0 commit comments

Comments
 (0)