随风飞世 发表于 2018-8-2 09:48:14

puppet的安装部署实例

11.客户端测试  
puppetagent --server puppetserver --test
  
   成功信息:
  
   Info:Caching certificate for puppetclient
  
Info:Caching certificate_revocation_list for ca
  
Info:Caching certificate for puppetclient
  
Info:Retrieving pluginfacts
  
Info:Retrieving plugin
  
Info:Caching catalog for puppetclient
  
Info:Applying configuration version '1426557149'
  
Notice:/Stage/Main/Node/File/content:
  
---/tmp/test.txt    2015-03-1621:51:08.889040996 -0400
  
+++/tmp/puppet-file20150316-1468-1n3cxlt-0 2015-03-1621:52:29.746041636 -0400
  
@@-0,0 +1 @@
  
+hello,test!
  
\No newline at end of file
  

  
Info:Computing checksum on file /tmp/test.txt
  
Info:/Stage/Main/Node/File: Filebucketed /tmp/test.txtto puppet with sum d41d8cd98f00b204e9800998ecf8427e
  
Notice:/Stage/Main/Node/File/content: content changed'{md5}d41d8cd98f00b204e9800998ecf8427e' to'{md5}18ea2a60db7763506261f87ecb82fb96'
  
Info:Creating state file /var/lib/puppet/state/state.yaml
  
Notice:Finished catalog run in 0.05 seconds
页: [1]
查看完整版本: puppet的安装部署实例