| Puppet Version: 6.20 Puppet Server Version: 6.15.1 OS Name/Version: CentOS Linux version 8 I am using puppet v6.20.0 and am executing sudo puppet node find <node_name> to get the information of a node from puppet master. This command returns a node information even if an invalid node name (or node name which does not exists) is provided to this command. Is there any other argument which has to be provided to this. Desired Behavior: node find must not provide information about unknown nodes Actual Behavior: node find returns the node information irrespective of host name. |