Skip to content

Commit

Permalink
Add license and Modulefile for release to forge.
Browse files Browse the repository at this point in the history
  • Loading branch information
nanliu committed May 1, 2012
1 parent 4680c90 commit e67a97e
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
0.1.0 2012-04-30 Nan Liu <nan@puppetlabs.com>
* Initial publish of module.
15 changes: 15 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
Copyright (C) 2012 Puppet Labs Inc

Puppet Labs can be contacted at: info@puppetlabs.com

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
12 changes: 12 additions & 0 deletions Modulefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name 'puppetlabs-nodejs'
version '0.1.0'
source 'git://github.com/puppetlabs/puppetlabs-nodejs'
author 'puppetlabs'
license 'Apache 2.0'
summary 'Nodejs & NPM Puppet Module'
description 'Nodejs & NPM Puppet Module.'
project_page 'https://github.com/puppetlabs/puppetlabs-nodejs'

## Add dependencies, if any:
# dependency 'username/name', '>= 1.2.0'
'puppetlabs/stdlib', '>= 1.0.0'

0 comments on commit e67a97e

Please sign in to comment.