chore: testing a simple data_hash hiera plugin

testing testing ....
This commit is contained in:
2025-12-24 21:30:19 +11:00
parent 0aec795aec
commit 6dce9c1b79
3 changed files with 19 additions and 0 deletions
+5
View File
@@ -1,6 +1,11 @@
# this is the base class, which will be used by all servers
class profiles::base () {
# Test custom hiera plugin
notify { 'custom_hiera_plugin_test':
message => "Custom hiera plugin value: ${lookup('custom_hiera_plugin::var1')}",
}
# run a limited set of classes on the first run aimed at bootstrapping the new node
if $facts['firstrun'] {
include profiles::firstrun::init