Update Modulefile with current data
This commit is contained in:
parent
96af4c84af
commit
d82c71ae7f
1 changed files with 5 additions and 5 deletions
10
Modulefile
10
Modulefile
|
@ -1,10 +1,10 @@
|
||||||
name 'puppetlabs-nginx'
|
name 'jfryman-nginx'
|
||||||
version '0.0.1'
|
version '1.0.0'
|
||||||
source 'http://github.com/puppetlabs/puppetlabs-nginx'
|
source 'http://github.com/jfryman/puppet-nginx'
|
||||||
author 'puppetlabs'
|
author 'James Fryman'
|
||||||
license 'Apache License Version 2.0'
|
license 'Apache License Version 2.0'
|
||||||
summary 'Puppet NGINX management module'
|
summary 'Puppet NGINX management module'
|
||||||
description 'This module can be used for basic NGINX Management'
|
description 'This module can be used for basic NGINX Management'
|
||||||
project_page 'http://github.com/puppetlabs/puppetlabs-nginx'
|
project_page 'http://github.com/jfryman/puppet-nginx'
|
||||||
|
|
||||||
dependency 'puppetlabs/stdlib', '>= 0.1.6'
|
dependency 'puppetlabs/stdlib', '>= 0.1.6'
|
||||||
|
|
Loading…
Reference in a new issue