From 30974f6730b512b579a7434b91248d80cb5c66f9 Mon Sep 17 00:00:00 2001 From: Gardouille Date: Tue, 14 Feb 2017 09:04:05 +0100 Subject: [PATCH] Correct URL and module name in doc files --- README.md | 2 +- metadata.json | 10 +++++----- spec/classes/init_spec.rb | 4 ++-- templates/hypervisor/proxmox_modules.conf.erb | 2 +- templates/hypervisor/pveproxy_default.erb | 2 +- tests/init.pp | 2 +- 6 files changed, 11 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 3cabaac..1762536 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# proxmox +# proxmox4 #### Table of Contents diff --git a/metadata.json b/metadata.json index 6c6d78a..1d3882c 100644 --- a/metadata.json +++ b/metadata.json @@ -1,12 +1,12 @@ { - "name": "gardouille-proxmox", + "name": "gardouille-proxmox4", "version": "0.2.3", "author": "Gardouille", - "summary": "Manage Proxmox hypervisor and KVM virtual machines or OpenVZ containers.", + "summary": "Manage Proxmox hypervisor and KVM virtual machines or LXC containers.", "license": "WTFPL", - "source": "https://git.101010.fr/puppet/proxmox", - "project_page": "https://git.101010.fr/puppet/proxmox", - "issues_url": "https://git.101010.fr/puppet/proxmox/issues", + "source": "https://git.101010.fr/puppet/proxmox4", + "project_page": "https://git.101010.fr/puppet/proxmox4", + "issues_url": "https://git.101010.fr/puppet/proxmox4/issues", "description": "Proxmox module", "operatingsystem_support": [ { diff --git a/spec/classes/init_spec.rb b/spec/classes/init_spec.rb index a0a2221..5d6a1a8 100644 --- a/spec/classes/init_spec.rb +++ b/spec/classes/init_spec.rb @@ -1,7 +1,7 @@ require 'spec_helper' -describe 'proxmox' do +describe 'proxmox4' do context 'with defaults for all parameters' do - it { should contain_class('proxmox') } + it { should contain_class('proxmox4') } end end diff --git a/templates/hypervisor/proxmox_modules.conf.erb b/templates/hypervisor/proxmox_modules.conf.erb index 206de38..2bb2deb 100644 --- a/templates/hypervisor/proxmox_modules.conf.erb +++ b/templates/hypervisor/proxmox_modules.conf.erb @@ -1,5 +1,5 @@ #file generated by puppet -#Don't edit, please see https://forge.puppetlabs.com/gardouille/proxmox +#Don't edit, please see https://forge.puppetlabs.com/gardouille/proxmox4 ## Load additonnal modules for Proxmox <% @pve_modules_list.each do |val| -%> diff --git a/templates/hypervisor/pveproxy_default.erb b/templates/hypervisor/pveproxy_default.erb index 23f97b2..85d5f6b 100644 --- a/templates/hypervisor/pveproxy_default.erb +++ b/templates/hypervisor/pveproxy_default.erb @@ -1,5 +1,5 @@ #file generated by puppet -#Don't edit, please see https://forge.puppetlabs.com/gardouille/proxmox +#Don't edit, please see https://forge.puppetlabs.com/gardouille/proxmox4 # Access control list (Apache2 like) ALLOW_FROM="<%= scope.lookupvar('proxmox4::hypervisor::pveproxy_allow') %>" diff --git a/tests/init.pp b/tests/init.pp index d0b7ebd..f6a5f62 100644 --- a/tests/init.pp +++ b/tests/init.pp @@ -9,4 +9,4 @@ # Learn more about module testing here: # http://docs.puppetlabs.com/guides/tests_smoke.html # -include proxmox +include proxmox4