Advertisement
Guest User

Untitled

a guest
Oct 23rd, 2014
159
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.35 KB | None | 0 0
  1. class default {
  2.  
  3. # Executable Path
  4. Exec { path => "/usr/bin:/usr/sbin/:/bin:/sbin" }
  5. # include cleanup
  6. include icinga::client
  7. include bootstrap
  8. include users
  9. include ssh
  10. include apt
  11. include issue
  12. include haveged
  13. include resolv_conf
  14. include clamav
  15. include vnstat
  16. include denyhosts
  17. include iptables
  18. include icinga::client
  19. include kerberos
  20. include postfix
  21. include puppet
  22. include rkhunter
  23. include sslcert
  24. include bacula
  25. include ntp
  26. include rsyslog
  27.  
  28. }
  29.  
  30. node 'testing' {
  31. include default
  32. include nginx
  33. }
  34.  
  35. [root@testing ~]# puppet agent --test
  36. Info: Retrieving pluginfacts
  37. Info: Retrieving plugin
  38. Info: Loading facts
  39. /usr/bin/xenstore-read: couldn't read path vm-data/provider_data/provider
  40. /usr/bin/xenstore-read: couldn't read path vm-data/provider_data/provider
  41. /usr/bin/xenstore-read: couldn't read path vm-data/provider_data/provider
  42. Error: Could not retrieve catalog from remote server: Error 400 on SERVER: Could not parse for environment production: Syntax error at 'default' at /etc/puppet/manifests/class.pp:1 on node testing.alpha-labs.net
  43. Warning: Not using cache on failed catalog
  44. Error: Could not retrieve catalog; skipping run
  45. Time:
  46. Last run: 1414062019
  47. Version:
  48. Config:
  49. Puppet: 3.7.1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement