據我了解,storeconfigs是將客戶端資料儲存在MySQL資料庫中的。
我假設這些資料也儲存在 /var/lib/puppet/yaml/node/ 中的 .yaml 檔案中,該檔案將儲存在 MySQL 資料庫中。
[root@tst1-01 ~]# head -10 /var/lib/puppet/yaml/node/tst1-01.domain.nl.yaml
--- !ruby/object:Puppet::Node
parameters:
domain: domain.nl
hardwareisa: x86_64
clientcert: tst1-01.domain.nl
uniqueid: "22acb249"
selinux_current_mode: enforcing
timezone: CEST
role: undefined
operatingsystem: RedHat
// A lot of more data after this
[root@tst1-01 ~]#
- 保存 Puppet 用戶端提供的資訊的確切目標是什麼?
- 您想用 MySQL 資料庫中的這些資訊做什麼?