init.pp 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. # Class: ganeti
  2. # ===========================
  3. #
  4. # Full description of class ganeti here.
  5. #
  6. # Parameters
  7. # ----------
  8. #
  9. # Document parameters here.
  10. #
  11. # * `sample parameter`
  12. # Explanation of what this parameter affects and what it defaults to.
  13. # e.g. "Specify one or more upstream ntp servers as an array."
  14. #
  15. # Variables
  16. # ----------
  17. #
  18. # Here you should define a list of variables that this module would require.
  19. #
  20. # * `sample variable`
  21. # Explanation of how this variable affects the function of this class and if
  22. # it has a default. e.g. "The parameter enc_ntp_servers must be set by the
  23. # External Node Classifier as a comma separated list of hostnames." (Note,
  24. # global variables should be avoided in favor of class parameters as
  25. # of Puppet 2.6.)
  26. #
  27. # Examples
  28. # --------
  29. #
  30. # @example
  31. # class { 'ganeti':
  32. # servers => [ 'pool.ntp.org', 'ntp.local.company.com' ],
  33. # }
  34. #
  35. # Authors
  36. # -------
  37. #
  38. # Author Name <author@domain.com>
  39. #
  40. # Copyright
  41. # ---------
  42. #
  43. # Copyright 2016 Your name here, unless otherwise noted.
  44. #
  45. class ganeti {
  46. }