Filepath:/etc/puppet/environments/learning_bb_check/modules/sdsds/templates/learning-config.erb
Line: 3
Detail: undefined method `[]' for nil:NilClass
答案 0 :(得分:0)
您的模板假定在Puppet的范围内,存在变量$_user_name
和$_user_pass
,两者都是类型哈希。
显然没有。
你自己写过这个“学习”模块吗?您设计ERB模板的方法是什么?