❯ puppet --version |
p6.21.1 |
❯ puppet facts diff |
{"hypervisors.vmware.version":{"new_value":"ESXi 6.7","old_value":""}} |
|
|
Notice: Preparing to install into /etc/puppetlabs/code/environments/production/modules ... |
Notice: Downloading from https://forgeapi.puppet.com ... |
Notice: Installing -- do not interrupt ... |
/etc/puppetlabs/code/environments/production/modules |
└── puppetlabs-stdlib (v6.6.0) |
|
❯ puppet facts diff |
{"hypervisors.vmware.version":{"new_value":"ESXi 6.7","old_value":""}} |
❯ puppet module install puppetlabs-apt |
Notice: Preparing to install into /etc/puppetlabs/code/environments/production/modules ... |
Notice: Downloading from https://forgeapi.puppet.com ... |
Notice: Installing -- do not interrupt ... |
/etc/puppetlabs/code/environments/production/modules |
└─┬ puppetlabs-apt (v7.7.1) |
├── puppetlabs-stdlib (v6.6.0) |
└── puppetlabs-translate (v2.2.0) |
|
❯ puppet facts diff |
E, [2021-02-17T07:14:34.049701 #1797] ERROR -- : Facter - Error while resolving custom fact fact='apt_package_updates', resolution='<anonymous>': undefined method `[]' for nil:NilClass |
E, [2021-02-17T07:14:34.051667 #1797] ERROR -- : Facter - Error while resolving custom fact fact='apt_package_dist_updates', resolution='<anonymous>': undefined method `[]' for nil:NilClass |
E, [2021-02-17T07:14:34.053433 #1797] ERROR -- : Facter - Error while resolving custom fact fact='apt_package_security_updates', resolution='<anonymous>': undefined method `[]' for nil:NilClass |
E, [2021-02-17T07:14:34.055293 #1797] ERROR -- : Facter - Error while resolving custom fact fact='apt_package_security_dist_updates', resolution='<anonymous>': undefined method `[]' for nil:NilClass |
E, [2021-02-17T07:14:34.057133 #1797] ERROR -- : Facter - Error while resolving custom fact fact='apt_updates', resolution='<anonymous>': undefined method `[]' for nil:NilClass |
E, [2021-02-17T07:14:34.058807 #1797] ERROR -- : Facter - Error while resolving custom fact fact='apt_dist_updates', resolution='<anonymous>': undefined method `[]' for nil:NilClass |
E, [2021-02-17T07:14:34.060489 #1797] ERROR -- : Facter - Error while resolving custom fact fact='apt_security_updates', resolution='<anonymous>': undefined method `[]' for nil:NilClass |
E, [2021-02-17T07:14:34.062122 #1797] ERROR -- : Facter - Error while resolving custom fact fact='apt_security_dist_updates', resolution='<anonymous>': undefined method `[]' for nil:NilClass |
{"hypervisors.vmware.version":{"new_value":"ESXi 6.7","old_value":""}} |
|