Fix module name according forge username

This commit is contained in:
Sebastien Badia
2014-04-04 19:27:10 +02:00
parent 02a9d70760
commit 90554c6786
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
name 'enovance-cloud' name 'eNovance-cloud'
version '1.1.0' version '1.1.0'
source 'https://github.com/enovance/puppet-openstack-cloud' source 'https://github.com/enovance/puppet-openstack-cloud'
author 'eNovance' author 'eNovance'

View File

@@ -1,7 +1,7 @@
# -*- mode: ruby -*- # -*- mode: ruby -*-
# vi: set ft=ruby : # vi: set ft=ruby :
# #
NAME = 'enovance-cloud' NAME = 'eNovance-cloud'
TDIR = File.expand_path(File.dirname(__FILE__)) TDIR = File.expand_path(File.dirname(__FILE__))
require 'puppetlabs_spec_helper/rake_tasks' require 'puppetlabs_spec_helper/rake_tasks'