Здравствуйте!
Подскажите пожалуйста, как правильно вызывать переменную из hiera в манифесте puppet?
Я создаю файл hiera common.yaml, в который пишу название переменной и её значение.
#common.yaml
test_var: ‘значение переменной’
Затем в модуле test_module в классе test_class в манифесте test_class.pp я пытаюсь вызвать test_var.
#test_class.pp
notify{$test_var:}
При выполнении «puppet agent -t» на клиенте выдаётся ошибка:
Error: Could not retrieve catalog from remote server: Error on SERVER: Server Error: Evaluation Error: Missing title. The title expression resulted in undef (file:/etc/puppetlabs/code/environments/production/modules/test_module/manifests/test_class.pp, line: 2, column: 8) on node generic-hostcert.domain.local Warning: Not using cache on failed catalog Error: Could not retrieve catalog; skipping run