나는 팔로우하고 있었다이 가이드꼭두각시를 사용하여 자체를 관리할 수 있는 마스터 없는 꼭두각시 기계를 설정합니다(노드를 추가하고 나중에 이것을 마스터로 사용할 수 있지만 지금은 관련이 없습니다). 그리고 nginx가 설치되어 있고 사이트 구성 파일이 있는지 확인해야 하는 기본 모듈이 설정되어 있습니다. 그런데 를 사용하여 환경을 실행하면 sudo r10k deploy environment -p -v
모든 것이 업데이트되는 것처럼 보이지만 모듈이 제대로 실행되지 않는 것 같습니다.
내 모듈을 찾을 수 있습니다여기, 내 제어 저장소를 찾을 수 있습니다여기.
내 모듈의 구조가 잘못되었나요? 여기서 뭔가 빠졌나요? 꼭두각시 서비스를 사용하여 상태를 확인할 때 sudo service puppet status
내 파일에 몇 가지 오류가 발생하기 때문인가요 heira.yaml
?
● puppet.service - Puppet agent
Loaded: loaded (/lib/systemd/system/puppet.service; enabled; vendor preset: enabled)
Active: active (running) since Thu 2018-02-22 23:07:06 UTC; 3min 0s ago
Main PID: 19319 (puppet)
Tasks: 2 (limit: 4915)
CGroup: /system.slice/puppet.service
└─19319 /opt/puppetlabs/puppet/bin/ruby /opt/puppetlabs/puppet/bin/puppet agent --no-daemonize
Feb 22 23:07:06 puppeteer systemd[1]: Started Puppet agent.
Feb 22 23:07:07 puppeteer puppet-agent[19319]: Starting Puppet client version 5.4.0
Feb 22 23:07:09 puppeteer puppet-agent[19327]: Could not retrieve catalog from remote server: Error 500 on SERVER: Server Error: Evaluation Error: Error while evaluating a Function Call, Lookup of key 'classes' failed: The Lookup Configuration at '/etc/puppetlabs/puppet/hiera.yaml' has wrong type, entry 'hierarchy' index 0 expects a Struct value, got String
Feb 22 23:07:09 puppeteer puppet-agent[19327]: The Lookup Configuration at '/etc/puppetlabs/puppet/hiera.yaml' has wrong type, entry 'hierarchy' index 1 expects a Struct value, got String
Feb 22 23:07:09 puppeteer puppet-agent[19327]: The Lookup Configuration at '/etc/puppetlabs/puppet/hiera.yaml' has wrong type, entry 'hierarchy' index 2 expects a Struct value, got String
Feb 22 23:07:09 puppeteer puppet-agent[19327]: The Lookup Configuration at '/etc/puppetlabs/puppet/hiera.yaml' has wrong type, unrecognized key 'backends'
Feb 22 23:07:09 puppeteer puppet-agent[19327]: The Lookup Configuration at '/etc/puppetlabs/puppet/hiera.yaml' has wrong type, unrecognized key 'yaml' (file: /etc/puppetlabs/code/environments/production/site.pp, line: 1, column: 1) on node puppeteer.c.personal-server-193919.internal
Feb 22 23:07:09 puppeteer puppet-agent[19327]: Applied catalog in 0.03 seconds
내용 heira.yaml
:
---
# Hiera 5 Global configuration file
version: 5
# defaults:
# data_hash: yaml_data
# hierarchy:
# - name: Common
# data_hash: yaml_data
#hierarchy: [] (tried with and without this commented out)
:backends:
- yaml
:hierarchy:
- "%{clientcert}"
- "%{environment}"
- global
:yaml:
:datadir: '/etc/puppetlabs/puppet/environmets/%{environment}/hieradata'