this puppet fact is for the environment
what is iaas_base_env?
facts always return in this case
what is lower case?
a built-in key-val config data lookup system
what is hiera?
entries in this file can protect a module from unwanted changes
what is the xx_approvers.json file?
this puppet fact is the org name
what is xx_crmt_rabbit_org?
the class name and method has to match this
what is dir name and file name?
the smallest configurable object in puppet
what is a resource?
a normal class stored in the module
what is a profile?
this fact is for misc values like timestamp
what is xx_crmt_reason?
when this is added before the facter command, the results include xx_ facts
what is sudo?
a collection of puppet profiles
what is a role?
puppet helps prevent this kind of drift
what is configuration drift?
this fact is the ldap group of contacts for a node
what is xx_crmt_ldap_mgr_group?
this permission flag as to be enabled for the facts script to run
what is the exec flag?
a collection of resources
what is a class?
this fact is the server class
what is xx_crmt_patching_server_class?
.json .yaml and .txt
what are the 3 file types (or extensions) for fact files?
the file name of the main class for a module
what is the init.pp file