Correct URL and module name in doc files
This commit is contained in:
parent
b1b1187e3b
commit
30974f6730
@ -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": [
|
||||
{
|
||||
|
@ -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
|
||||
|
@ -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| -%>
|
||||
|
@ -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') %>"
|
||||
|
@ -9,4 +9,4 @@
|
||||
# Learn more about module testing here:
|
||||
# http://docs.puppetlabs.com/guides/tests_smoke.html
|
||||
#
|
||||
include proxmox
|
||||
include proxmox4
|
||||
|
Loading…
Reference in New Issue
Block a user