Commit 400f01e Joshua Hoblitt
committed
File tree 7 files changed +57
-25
lines changed
7 files changed +57
-25
lines changed Original file line number Diff line number Diff line change 1
1
fixtures :
2
2
repositories :
3
- " stdlib " :
4
- repo : " git ://github.com/puppetlabs/puppetlabs-stdlib.git"
5
- ref : " 4.2.0"
3
+ stdlib :
4
+ repo : ' https ://github.com/puppetlabs/puppetlabs-stdlib.git'
5
+ ref : ' 4.2.0'
6
6
symlinks :
7
- " pureftpd " : " #{source_dir}"
7
+ pureftpd : " #{source_dir}"
Original file line number Diff line number Diff line change 1
- pkg /
2
- spec /fixtures /
1
+ .bundle
3
2
Gemfile.lock
4
3
* .orig
5
- * .rej
6
4
* .patch
5
+ pkg /
6
+ * .rej
7
+ .rspec_system /
8
+ spec /fixtures /manifests /
9
+ spec /fixtures /modules /
10
+ * .swp
11
+ .vagrant
Original file line number Diff line number Diff line change 1
1
2
2
#### [ Current]
3
+ * [ 554f1a8] ( ../../commit/554f1a8 ) - __ (Joshua Hoblitt)__ add boilerplate Versioning/See Also sections to README
4
+ * [ aee2b37] ( ../../commit/aee2b37 ) - __ (Joshua Hoblitt)__ remove README section on stdlib
5
+
6
+ This section has not be relevant since commit
7
+ e1962ecd9dc93278121523e3d6d35e740af172ca.
8
+
9
+ * [ 6afbfdc] ( ../../commit/6afbfdc ) - __ (Joshua Hoblitt)__ add ` :require => false ` to all Gemfile gems
10
+ * [ aecaa3a] ( ../../commit/aecaa3a ) - __ (Joshua Hoblitt)__ change .fixtures.yml to use https:// instead of git://
11
+ * [ 0fba3b0] ( ../../commit/0fba3b0 ) - __ (Joshua Hoblitt)__ update .gitignore
12
+ * [ dc7b383] ( ../../commit/dc7b383 ) - __ (Joshua Hoblitt)__ Merge pull request [ #1 ] ( ../../issues/1 ) from jhoblitt/feature/drop_bundled_merge_function
13
+
14
+ Feature/drop bundled merge function
15
+ * [ 68dc8fc] ( ../../commit/68dc8fc ) - __ (Joshua Hoblitt)__ remove bundled pureftpd_merge() function
16
+
17
+ The pureftpd_merge() function included in this module is a copy of the
18
+ stdlib merge() function from commit id
19
+ f496005bf3db8a5202bf9c16daf9a524b178c67a. This version of merge()
20
+ includes a critical bug fix that was commit after the stdlib 4.1.0
21
+ release. Now that stdlib 4.2.0 has been released (finally!) with the
22
+ needed fix, bundling a version of the merge() function in this module is
23
+ no longer necessary.
24
+
25
+ #### v1.1.0
26
+ * [ 95265a0] ( ../../commit/95265a0 ) - __ (Joshua Hoblitt)__ bump version to v1.1.0
3
27
* [ 56637b4] ( ../../commit/56637b4 ) - __ (Joshua Hoblitt)__ update travis matrix
4
28
* [ e1962ec] ( ../../commit/e1962ec ) - __ (Joshua Hoblitt)__ give up all hope of a post stdlib 4.1.0 release happening
5
29
Original file line number Diff line number Diff line change 6
6
gem 'puppet' , :require => false
7
7
end
8
8
9
- gem 'rake'
10
- gem 'puppetlabs_spec_helper'
11
- gem 'puppet-lint'
12
- gem 'puppet-syntax'
13
-
14
- # vim:ft=ruby
9
+ gem 'rake' , :require => false
10
+ gem 'puppetlabs_spec_helper' , :require => false
11
+ gem 'puppet-lint' , :require => false
12
+ gem 'puppet-syntax' , :require => false
Original file line number Diff line number Diff line change 1
- Copyright (C) 2012-
2013 Joshua Hoblitt <
[email protected] >
1
+ Copyright (C) 2012-
2014 Joshua Hoblitt <
[email protected] >
2
2
3
3
Licensed under the Apache License, Version 2.0 (the "License");
4
4
you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change 1
1
name ' jhoblitt-pureftpd'
2
- version ' 1.1 .0'
2
+ version ' 1.2 .0'
3
3
4
4
author
' Joshua Hoblitt <[email protected] >'
5
5
license ' Apache + GPLv3'
Original file line number Diff line number Diff line change @@ -17,9 +17,10 @@ Puppet pureftpd Module
17
17
* [ Enabling MYSQL Authentication] ( #enabling-mysql-authentication )
18
18
* [ Enabling PGSQL Authentication] ( #enabling-pgsql-authentication )
19
19
4 . [ Limitations] ( #limitations )
20
- * [ ` stdlib ` ] ( #stdlib )
21
20
* [ Tested Platforms] ( #tested-platforms )
22
- 5 . [ Support] ( #support )
21
+ 5 . [ Versioning] ( #versioning )
22
+ 6 . [ Support] ( #support )
23
+ 7 . [ See Also] ( #see-also )
23
24
24
25
25
26
Overview
@@ -438,22 +439,26 @@ that have been introduced in subsequent releases. Any configuration values
438
439
present in a stable ` pure-ftpd ` release but not supported by this module should
439
440
be considered a bug.
440
441
441
- ### ` stdlib `
442
-
443
- This module is dependent upon this patch to the [ ` merge `
444
- function] ( https://github.com/puppetlabs/puppetlabs-stdlib/commit/f496005bf3db8a5202bf9c16daf9a524b178c67a )
445
- in ` stdlib ` , which as of 2013-09-22 is not part of a stable ` stdlib ` release.
446
- The present latest version is ` 4.1.0 ` and presumably the required patch will be
447
- part of a ` 4.1.1 ` or ` 4.2.0 ` release.
448
-
449
442
### Tested Platforms
450
443
451
444
* el6.x
452
445
453
446
447
+ Versioning
448
+ ----------
449
+
450
+ This module is versioned according to the [ Semantic Versioning
451
+ 2.0.0] ( http://semver.org/spec/v2.0.0.html ) specification.
452
+
453
+
454
454
Support
455
455
-------
456
456
457
457
Please log tickets and issues at
458
458
[ github] ( https://github.com/jhoblitt/puppet-pureftpd/issues )
459
459
460
+
461
+ See Also
462
+ --------
463
+
464
+ * [ ` pure-ftpd ` ] ( http://www.pureftpd.org/project/pure-ftpd )
You can’t perform that action at this time.
0 commit comments