Gardouille
6801503b58
Correct metadata.json This 0.0.2 version was successfully push to the forgelabs.
24 lines
304 B
Puppet
24 lines
304 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 {
|
|
|
|
|
|
|
|
} # Public class: proxmox
|