Puppet 6 and module puppetlabs/accounts does not create user account in Hiera YAML format
问题 When I run puppet agent --test I have no errors output but the user did not create. My puppet hira.yaml configuration is: --- version: 5 datadir: "/etc/puppetlabs/code/environments" data_hash: yaml_data hierarchy: - name: "Per-node data (yaml version)" path: "%{::environment}/nodes/%{::trusted.certname}.yaml" - name: "Common YAML hierarchy levels" paths: - "defaults/common.yaml" - "defaults/users.yaml" users.yaml is: accounts::user: joed: locked: false comment: System Operator uid: '1700' gid