2015-01-06 08:55:34 +01:00
|
|
|
# == Class: proxmox
|
|
|
|
#
|
2015-01-07 11:51:34 +01:00
|
|
|
# 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
|
|
|
|
#
|
2015-01-07 11:51:34 +01:00
|
|
|
# Gardouille <gardouille@gmail.com>
|
2015-01-06 08:55:34 +01:00
|
|
|
#
|
|
|
|
# === Copyright
|
|
|
|
#
|
2015-01-07 11:51:34 +01:00
|
|
|
# WTFPL <http://wtfpl.org/>
|
2015-01-06 08:55:34 +01:00
|
|
|
#
|
|
|
|
class proxmox {
|
|
|
|
|
2015-01-07 11:51:34 +01:00
|
|
|
|
2015-01-06 08:55:34 +01:00
|
|
|
|
2015-01-07 11:51:34 +01:00
|
|
|
} # Public class: proxmox
|