25 lines
332 B
Puppet
25 lines
332 B
Puppet
# == Class: proxmox
|
|
#
|
|
# This class do nothing right now.
|
|
# Please use proxmox::hypervisor to manage proxmox.
|
|
#
|
|
# === Examples
|
|
#
|
|
# class { 'proxmox':
|
|
# }
|
|
#
|
|
# === Authors
|
|
#
|
|
# Gardouille <gardouille@gmail.com>
|
|
#
|
|
# === Copyright
|
|
#
|
|
# WTFPL <http://wtfpl.org/>
|
|
#
|
|
class proxmox {
|
|
|
|
notify { "hello world": }
|
|
|
|
|
|
} # Public class: proxmox
|