proxmox/manifests/init.pp

24 lines
304 B
ObjectPascal
Raw Normal View History

2015-01-06 08:55:34 +01:00
# == Class: proxmox
#
# This class do nothing right now.
# Please use proxmox::hypervisor to manage proxmox.
2015-01-06 08:55:34 +01:00
#
# === Examples
#
# class { 'proxmox':
# }
#
# === Authors
#
# Gardouille <gardouille@gmail.com>
2015-01-06 08:55:34 +01:00
#
# === Copyright
#
# WTFPL <http://wtfpl.org/>
2015-01-06 08:55:34 +01:00
#
class proxmox {
2015-01-06 08:55:34 +01:00
} # Public class: proxmox