Correct the path to content (template): proxmox4 instead of proxmox

This commit is contained in:
gardouille 2016-09-06 14:39:14 +02:00
parent b97da7eb71
commit fd092dd23b
1 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@ class proxmox4::params {
# Pveproxy access restriction
$pveproxy_default_path = '/etc/default/pveproxy'
$pveproxy_default_content = 'proxmox/hypervisor/pveproxy_default.erb'
$pveproxy_default_content = 'proxmox4/hypervisor/pveproxy_default.erb'
$pveproxy_allow = '127.0.0.1'
$pveproxy_deny = 'all'
$pveproxy_policy = 'allow'
@ -34,7 +34,7 @@ class proxmox4::params {
# Manage additionnals modules
$pve_modules_list = [ 'iptable_filter', 'iptable_mangle', 'iptable_nat', 'ipt_length', 'ipt_limit', 'ipt_LOG', 'ipt_MASQUERADE', 'ipt_multiport', 'ipt_owner', 'ipt_recent', 'ipt_REDIRECT', 'ipt_REJECT', 'ipt_state', 'ipt_TCPMSS', 'ipt_tcpmss', 'ipt_TOS', 'ipt_tos', 'ip_conntrack', 'ip_nat_ftp', 'xt_iprange', 'xt_comment', 'ip6table_filter', 'ip6table_mangle', 'ip6t_REJECT' ]
$pve_modules_file_path = '/etc/modules-load.d/proxmox.conf'
$pve_modules_file_content = 'proxmox/hypervisor/proxmox_modules.conf.erb'
$pve_modules_file_content = 'proxmox4/hypervisor/proxmox_modules.conf.erb'
# Firewall
$labs_firewall_rule = false