File tree Expand file tree Collapse file tree 5 files changed +32
-14
lines changed Expand file tree Collapse file tree 5 files changed +32
-14
lines changed Original file line number Diff line number Diff line change 1+ ---
12language : ruby
2-
3- rvm :
4- - 1.9.3
5-
63script :
74 - " bundle exec rake lint"
85 - " bundle exec rake spec"
9-
106branches :
117 only :
128 - master
13-
14- env :
15- - PUPPET_VERSION="~> 3.6.0"
16-
9+ matrix :
10+ - rvm : 1.9.3
11+ env : PUPPET_GEM_VERSION="~> 3.4.0"
12+ - rvm : 1.9.3
13+ env : PUPPET_GEM_VERSION="~> 3.6.0"
1714notifications :
1815 email :
1916 recipients :
Original file line number Diff line number Diff line change 11# phpldapadmin
22
3- [ ![ Build Status] ( https://travis-ci.org/Spantree/phpldapadmin.svg?branch=master )] ( https://travis-ci.org/Spantree/phpldapadmin ) [ ![ Coverage Status] ( https://img.shields.io/coveralls/Spantree/phpldapadmin.svg )] ( https://coveralls.io/r/Spantree/phpldapadmin?branch=master )
3+ [ ![ Build Status] ( https://travis-ci.org/Spantree/puppet- phpldapadmin.svg?branch=master )] ( https://travis-ci.org/Spantree/puppet- phpldapadmin ) [ ![ Coverage Status] ( https://img.shields.io/coveralls/Spantree/puppet- phpldapadmin.svg )] ( https://coveralls.io/r/Spantree/puppet- phpldapadmin?branch=master )
44
55Sebastian Otaegui
< [email protected] > 66
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ require 'puppet-lint/tasks/puppet-lint'
33require 'puppet-syntax/tasks/puppet-syntax'
44require 'coveralls/rake/task'
55require 'puppet_blacksmith/rake_tasks'
6+ require 'rake/clean'
67
78exclude_paths = [
89 "spec/**/*.pp" ,
@@ -26,3 +27,5 @@ task :test => [
2627 :lint ,
2728 :spec ,
2829]
30+
31+ CLEAN . include ( exclude_paths , 'coverage' )
Original file line number Diff line number Diff line change 2323#
2424# === Examples
2525#
26- # class { phpldapadmin:
27- # servers => [ 'pool.ntp.org', 'ntp.local.company.com' ],
28- # }
26+ # class { 'phpldapadmin': }
2927#
3028# === Authors
3129#
Original file line number Diff line number Diff line change 11{
22 "name" : " spantree-phpldapadmin" ,
3- "version" : " 0.1.0 " ,
3+ "version" : " 0.0.1 " ,
44 "author" : " spantree" ,
55 "summary" : " Install and configure phpldapadmin" ,
66 "license" : " Apache 2.0" ,
1212 "name" : " puppetlabs-stdlib" ,
1313 "version_range" : " >= 1.0.0"
1414 }
15+ ],
16+ "operatingsystem_support" : [
17+ {
18+ "operatingystem" : " Debian" ,
19+ "operatingsystemrelease" : [
20+ " 6" ,
21+ " 7"
22+ ]
23+ },
24+ {
25+ "operatingsystem" : " Ubuntu" ,
26+ "operatingsystemrelease" : [
27+ " 12.04" ,
28+ " 14.04"
29+ ]
30+ }
31+ ],
32+ "requirements" : [
33+ { "name" : " pe" , "version_requirement" : " 3.2.x" },
34+ { "name" : " puppet" , "version_requirement" : " 3.4.x" }
1535 ]
1636}
1737
You can’t perform that action at this time.
0 commit comments