Correct URL and module name in doc files

This commit is contained in:
gardouille 2017-02-14 09:04:05 +01:00
parent b1b1187e3b
commit 30974f6730
6 changed files with 11 additions and 11 deletions

View File

@ -1,4 +1,4 @@
# proxmox # proxmox4
#### Table of Contents #### Table of Contents

View File

@ -1,12 +1,12 @@
{ {
"name": "gardouille-proxmox", "name": "gardouille-proxmox4",
"version": "0.2.3", "version": "0.2.3",
"author": "Gardouille", "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", "license": "WTFPL",
"source": "https://git.101010.fr/puppet/proxmox", "source": "https://git.101010.fr/puppet/proxmox4",
"project_page": "https://git.101010.fr/puppet/proxmox", "project_page": "https://git.101010.fr/puppet/proxmox4",
"issues_url": "https://git.101010.fr/puppet/proxmox/issues", "issues_url": "https://git.101010.fr/puppet/proxmox4/issues",
"description": "Proxmox module", "description": "Proxmox module",
"operatingsystem_support": [ "operatingsystem_support": [
{ {

View File

@ -1,7 +1,7 @@
require 'spec_helper' require 'spec_helper'
describe 'proxmox' do describe 'proxmox4' do
context 'with defaults for all parameters' do context 'with defaults for all parameters' do
it { should contain_class('proxmox') } it { should contain_class('proxmox4') }
end end
end end

View File

@ -1,5 +1,5 @@
#file generated by puppet #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 ## Load additonnal modules for Proxmox
<% @pve_modules_list.each do |val| -%> <% @pve_modules_list.each do |val| -%>

View File

@ -1,5 +1,5 @@
#file generated by puppet #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) # Access control list (Apache2 like)
ALLOW_FROM="<%= scope.lookupvar('proxmox4::hypervisor::pveproxy_allow') %>" ALLOW_FROM="<%= scope.lookupvar('proxmox4::hypervisor::pveproxy_allow') %>"

View File

@ -9,4 +9,4 @@
# Learn more about module testing here: # Learn more about module testing here:
# http://docs.puppetlabs.com/guides/tests_smoke.html # http://docs.puppetlabs.com/guides/tests_smoke.html
# #
include proxmox include proxmox4