diff --git a/manifests/hypervisor/config.pp b/manifests/hypervisor/config.pp index 661d9eb..89da994 100644 --- a/manifests/hypervisor/config.pp +++ b/manifests/hypervisor/config.pp @@ -15,7 +15,6 @@ class proxmox4::hypervisor::config { logoutput => 'on_failure', } - ## Quoted boolean value because can't return "true" boolean with personal fact if $::is_proxmox == 'true' { @@ -45,5 +44,4 @@ class proxmox4::hypervisor::config { } - } # Private class: proxmox4::hypervisor::config diff --git a/manifests/hypervisor/preconfig.pp b/manifests/hypervisor/preconfig.pp index ffe49d7..dc58049 100644 --- a/manifests/hypervisor/preconfig.pp +++ b/manifests/hypervisor/preconfig.pp @@ -53,8 +53,6 @@ class proxmox4::hypervisor::preconfig { } } - $values = [ 'v1', 'v2' ] - file { $proxmox4::hypervisor::pve_modules_file_path: ensure => present, content => template($proxmox4::hypervisor::pve_modules_file_content), diff --git a/manifests/hypervisor/service.pp b/manifests/hypervisor/service.pp index d73f58a..f078496 100644 --- a/manifests/hypervisor/service.pp +++ b/manifests/hypervisor/service.pp @@ -4,7 +4,6 @@ # class proxmox4::hypervisor::service { - if $proxmox4::hypervisor::pveproxy_service_enabled == true { $pveproxy_service_ensure = 'running' } else { @@ -24,6 +23,4 @@ class proxmox4::hypervisor::service { } - - } # Private class: proxmox4::hypervisor::service diff --git a/manifests/params.pp b/manifests/params.pp index 373165e..8aab893 100644 --- a/manifests/params.pp +++ b/manifests/params.pp @@ -16,7 +16,7 @@ class proxmox4::params { # Old useless packages $old_pkg_ensure = 'absent' - $old_pkg_name = [ 'acpid', 'linux-image-amd64', 'linux-base', 'linux-image-3.2.0-4-amd64' ] + $old_pkg_name = [ 'acpid', 'linux-image-amd64', 'linux-base', 'linux-image-3.16.0-4-amd64' ] # Manage PVE Enterprise repository (need a subscription) $pve_enterprise_repo_ensure = 'absent' @@ -59,5 +59,4 @@ class proxmox4::params { } - } # Private class: proxmox4::params