46a17f97c5
This is just the first step of fixing up the repo stuff and allowing the module to take in a package_name, but this helps replace the execs{} with puppetlabs-apt. Tested on: Debian 7, Ubuntu 12.04.
11 lines
391 B
Puppet
11 lines
391 B
Puppet
name 'jfryman-nginx'
|
|
version '0.0.5'
|
|
source 'http://github.com/jfryman/puppet-nginx'
|
|
author 'James Fryman'
|
|
license 'Apache License Version 2.0'
|
|
summary 'Puppet NGINX management module'
|
|
description 'This module can be used for basic NGINX Management'
|
|
project_page 'http://github.com/jfryman/puppet-nginx'
|
|
|
|
dependency 'puppetlabs/stdlib', '>= 0.1.6'
|
|
dependency 'puppetlabs/apt', '>= 1.0.0'
|