Guest User

Untitled

a guest
Jul 29th, 2018
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.17 KB | None | 0 0
  1. puppetd --no-daemonize --debug --environment=development
  2. debug: Failed to load library 'selinux' for feature 'selinux'
  3. debug: Puppet::Type::User::ProviderDirectoryservice: file /usr/bin/dscl does not exist
  4. debug: Puppet::Type::User::ProviderUser_role_add: file roleadd does not exist
  5. debug: Puppet::Type::User::ProviderLdap: true value when expecting false
  6. debug: Puppet::Type::User::ProviderPw: file pw does not exist
  7. debug: Failed to load library 'ldap' for feature 'ldap'
  8. debug: /File[/var/lib/puppet/state]: Autorequiring File[/var/lib/puppet]
  9. debug: /File[/var/lib/puppet/client_yaml]: Autorequiring File[/var/lib/puppet]
  10. debug: /File[/etc/puppet/ssl/certs/ca.pem]: Autorequiring File[/etc/puppet/ssl/certs]
  11. debug: /File[/var/lib/puppet/state/graphs]: Autorequiring File[/var/lib/puppet/state]
  12. debug: /File[/etc/puppet/ssl/public_keys/puppet-client.sd.recoverydatabase.net.pem]: Autorequiring File[/etc/puppet/ssl/public_keys]
  13. debug: /File[/var/lib/puppet/lib]: Autorequiring File[/var/lib/puppet]
  14. debug: /File[/etc/puppet/ssl/private]: Autorequiring File[/etc/puppet/ssl]
  15. debug: /File[/etc/puppet/puppet.conf]: Autorequiring File[/etc/puppet]
  16. debug: /File[/var/lib/puppet/clientbucket]: Autorequiring File[/var/lib/puppet]
  17. debug: /File[/etc/puppet/ssl/crl.pem]: Autorequiring File[/etc/puppet/ssl]
  18. debug: /File[/var/lib/puppet/facts]: Autorequiring File[/var/lib/puppet]
  19. debug: /File[/etc/puppet/ssl]: Autorequiring File[/etc/puppet]
  20. debug: /File[/var/lib/puppet/classes.txt]: Autorequiring File[/var/lib/puppet]
  21. debug: /File[/var/lib/puppet/log]: Autorequiring File[/var/lib/puppet]
  22. debug: /File[/etc/puppet/ssl/certs/puppet-client.sd.recoverydatabase.net.pem]: Autorequiring File[/etc/puppet/ssl/certs]
  23. debug: /File[/etc/puppet/ssl/private_keys]: Autorequiring File[/etc/puppet/ssl]
  24. debug: /File[/etc/puppet/ssl/certificate_requests]: Autorequiring File[/etc/puppet/ssl]
  25. debug: /File[/etc/puppet/ssl/private_keys/puppet-client.sd.recoverydatabase.net.pem]: Autorequiring File[/etc/puppet/ssl/private_keys]
  26. debug: /File[/etc/puppet/ssl/certs]: Autorequiring File[/etc/puppet/ssl]
  27. debug: /File[/var/lib/puppet/state/state.yaml]: Autorequiring File[/var/lib/puppet/state]
  28. debug: /File[/etc/puppet/ssl/public_keys]: Autorequiring File[/etc/puppet/ssl]
  29. debug: Finishing transaction 23481240436880 with 0 changes
  30. debug: Using cached certificate for ca, good until Sun May 03 13:11:14 UTC 2015
  31. debug: Using cached certificate for puppet-client.sd.recoverydatabase.net, good until Sun May 03 13:16:40 UTC 2015
  32. notice: Starting Puppet client version 0.25.4
  33. debug: Loaded state in 0.00 seconds
  34. debug: Using cached certificate for ca, good until Sun May 03 13:11:14 UTC 2015
  35. debug: Using cached certificate for puppet-client.sd.recoverydatabase.net, good until Sun May 03 13:16:40 UTC 2015
  36. debug: Using cached certificate_revocation_list for ca, good until
  37. debug: catalog supports formats: b64_zlib_yaml marshal pson raw yaml; using pson
  38. err: Could not retrieve catalog from remote server: Error 400 on SERVER: Could not parse for environment development: Syntax error at
  39. '.' at /etc/puppet/manifests/nodes.pp:8
  40. debug: Using cached catalog for puppet-client.sd.recoverydatabase.net, good until Wed May 05 11:00:30 -0500 2010
  41. notice: Using cached catalog
  42. debug: Creating default schedules
  43. debug: Finishing transaction 23481240478220 with 0 changes
  44. debug: Loaded state in 0.00 seconds
  45. debug: //Module_dir[nagios]/File[/var/lib/puppet/modules/nagios]: Autorequiring File[/var/lib/puppet/modules]
  46. debug: //Module_dir[common/cf]/File[/var/lib/puppet/modules/common/cf]: Autorequiring File[/var/lib/puppet/modules/common]
  47. debug: //common/Module_dir[common]/File[/var/lib/puppet/modules/common]: Autorequiring File[/var/lib/puppet/modules]
  48. info: Applying configuration version '1273073430'
  49. debug: file_metadata supports formats: b64_zlib_yaml marshal pson raw yaml; using pson
  50. debug: file_metadata supports formats: b64_zlib_yaml marshal pson raw yaml; using pson
  51. debug: file_metadata supports formats: b64_zlib_yaml marshal pson raw yaml; using pson
  52. debug: file_metadata supports formats: b64_zlib_yaml marshal pson raw yaml; using pson
  53. debug: file_metadata supports formats: b64_zlib_yaml marshal pson raw yaml; using pson
  54. debug: file_metadata supports formats: b64_zlib_yaml marshal pson raw yaml; using pson
  55. debug: file_metadata supports formats: b64_zlib_yaml marshal pson raw yaml; using pson
  56. debug: Finishing transaction 23481240456800 with 0 changes
  57. debug: Storing state
  58. debug: Stored state in 0.01 seconds
  59. notice: Finished catalog run in 0.28 seconds
  60.  
  61.  
  62. ===========================================================================
  63.  
  64. node.pp
  65.  
  66. node puppet-client.sd.recoverydatabase.net {
  67. $nagios_parent = "monitor2.sd.recoverydatabase.net"
  68. include test_class
  69. }
  70. node monitor2.sd.recoverydatabase.net {
  71. include nagios
  72. }
  73.  
  74. ===========================================================================
  75.  
  76. [puppet]
  77. # Where Puppet stores dynamic and growing data.
  78. # The default value is '/var/puppet'.
  79. vardir = /var/lib/puppet
  80.  
  81. # The Puppet log directory.
  82. # The default value is '$vardir/log'.
  83. logdir = /var/log/puppet
  84.  
  85. # Where Puppet PID files are kept.
  86. # The default value is '$vardir/run'.
  87. rundir = /var/run/puppet
  88.  
  89. # Where SSL certificates are kept.
  90. # The default value is '$confdir/ssl'.
  91. ssldir = $vardir/ssl
  92.  
  93. [puppetd]
  94. # The file in which puppetd stores a list of the classes
  95. # associated with the retrieved configuratiion. Can be loaded in
  96. # the separate ``puppet`` executable using the ``--loadclasses``
  97. # option.
  98. # The default value is '$confdir/classes.txt'.
  99. classfile = $vardir/classes.txt
  100.  
  101. # Where puppetd caches the local configuration. An
  102. # extension indicating the cache format is added automatically.
  103. # The default value is '$confdir/localconfig'.
  104. localconfig = $vardir/localconfig
  105.  
  106. [puppetmasterd]
  107.  
  108. modulepath = /etc/puppet/modules:/usr/share/puppet/modules:/var/lib/puppet/modules
  109. templatedir = /var/lib/puppet/templates
  110. storeconfigs = true
  111. dbadapter = mysql
  112. dbuser = puppet
  113. dbpassword = puppet
  114. dbserver = localhost
  115. dbsocket = /var/lib/mysqld/mysqld.sock
Add Comment
Please, Sign In to add comment