Posted On: Feb 22, 2018
PSON is a variant of JSON that is used by puppet to serialize data to spread over the network. JSON and PSON are not different from each other in terms of representation of factors such as boolean and objects. The serialized form is needed by JSON to be a valid pin code which generally is UTF-8. For referring to PSON, " text/pson" MIME type is used by Puppet and it also uses the " pson " MIME type.
Never Miss an Articles from us.
Puppet is a tool for managing configuration and is broadly used for the purpose of automation of the administrative tasks. The tool Puppet aids the server in deployment, managing and in the configurat...
MCollective is a framework of orchestration which is dynamically strong. It has the ability to run actions simultaneously over hundreds and thousands of servers with the help of existing plugins....
The details of the configuration of each puppet agent are written in the native language of Puppet. The configuration details are found in the Puppet master. It is written in the language that is unde...