touch /etc/puppet/manifests/site.pp
Dashboard data is retrieved from an ENC script configured in
puppet.conf [master] section:
node_terminus = exec
external_nodes = /etc/puppetlabs/puppet-dashboard/external_node
If you run this script with the node name it should reflect the
changes made in dashboard:
/etc/puppetlabs/puppet-dashboard/external_node hostname
If it's not retrieving the correct data, check the script and make
sure it connecting to the right system:
ENC_BASE_URL="https://localhost:443/nodes"
HTH,
Nan