Enable data editing in the console
In new Puppet Enterprise (PE) installations, you can, by default,
    edit configuration data in the console. If you upgraded from an earlier PE version where you hadn't already enabled editing of
    configuration data, you must use Hiera to manually enable Classifier Configuration Data.
- On your primary server, open the hiera.yamlfile located at:/etc/puppetlabs/puppet/hiera.yaml.
- Add the following to the hiera.yamlfile:hierarchy: - name: "Classifier Configuration Data" data_hash: classifier_data Place additional hierarchyentries, such ashiera-yamlorhiera-eyamlunder the samehierarchykey, below theClassifier Configuration Dataentry.
- To allow users to edit the configuration data in the console, add the Set environment and Edit configuration data permissions to any user groups that need to set environment parameters or modify class parameters.
- If your environment is configured for disaster recovery or has compilers, update
            hiera.yamlon your replica and compilers, respectively.






