Skip to content

Commit 81314bd

Browse files
committed
Add travis-ci and contact information
1 parent 3f2127a commit 81314bd

File tree

4 files changed

+37
-12
lines changed

4 files changed

+37
-12
lines changed

.fixtures.yml

-1
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,3 @@ fixtures:
77
"concat": "git://github.com/example42/puppet-concat.git"
88
symlinks:
99
"bind": "#{source_dir}"
10-

.travis.yml

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
language: ruby
2+
rvm:
3+
- 1.8.7
4+
- 1.9.3
5+
script:
6+
- "rake spec SPEC_OPTS='--format documentation'"
7+
env:
8+
- PUPPET_VERSION="~> 2.6.0"
9+
- PUPPET_VERSION="~> 2.7.0"
10+
- PUPPET_VERSION="~> 3.0.0"
11+
- PUPPET_VERSION="~> 3.1.0"
12+
matrix:
13+
exclude:
14+
- rvm: 1.9.3
15+
env: PUPPET_VERSION="~> 2.6.0"
16+
gemfile: .gemfile
17+
18+
gemfile: .gemfile
19+
notifications:
20+
email:
21+

Modulefile

+9-9
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
name 'lab42-bind'
2-
version '2.0.7'
3-
author 'Alessandro Franceschi'
1+
name 'netmanagers-bind'
2+
version '2.0.8'
3+
author 'Javier Bertoli'
44
license 'Apache2'
5-
project_page 'http://www.example42.com'
6-
source 'https://github.com/lermit/puppet-bind'
5+
project_page 'http://www.netmanagers.com.ar'
6+
source 'https://github.com/netmanagers/puppet-bind'
77
summary 'Puppet module for bind'
8-
description 'This module installs and manages bind. Check README.rdoc for details. Puppi is required for some common functions: you can install them without using the whole module. Monitor and firewall dependencies are needed only if the relevant features are enabled'
9-
dependency 'lab42/puppi', '>= 2.0.0'
10-
dependency 'lab42/monitor', '>= 2.0.0'
11-
dependency 'lab42/firewall', '>= 2.0.0'
8+
description 'This module installs and manages bind9 nameserver. Check README for details.'
9+
dependency 'ripienaar/concat', '>=0.2.0'
10+
dependency 'example42/puppi', '>= 2.0.0'
11+
dependency 'example42/monitor', '>= 2.0.0'

README.md

+7-2
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,14 @@
22

33
This is a Puppet module for bind based on the second generation layout ("NextGen") of Example42 Puppet Modules.
44

5+
Updated by Javier Bertoli / Netmanagers
56
Made by Romain THERRAT / Carpe-Hora
67
Based on Example42 rules
78
Made by Alessandro Franceschi / Lab42
89

9-
Official site: http://www.example42.com
10+
Official site: http://www.netmanagers.com.ar
1011

11-
Official git repository: http://github.com/lermit/puppet-bind
12+
Official git repository: http://github.com/netmanagers/puppet-bind
1213

1314
Released under the terms of Apache 2 License.
1415

@@ -172,3 +173,7 @@ For detailed info about the logic and usage patterns of Example42 modules check
172173
firewall_dst => $ipaddress_eth0,
173174
}
174175

176+
177+
## CONTINUOUS TESTING
178+
179+
Travis {<img src="https://travis-ci.org/netmanagers/puppet-bind.png?branch=master" alt="Build Status" />}[https://travis-ci.org/netmanagers/puppet-bind]

0 commit comments

Comments
 (0)