puppet-lint-yumrepo_gpgcheck_enabled-check 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +9 -4
  3. metadata +10 -4
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c72729be39986cdc40516543826441b22b4a2863
4
- data.tar.gz: 4145156920e990c8c4c020f1233526c15648424b
3
+ metadata.gz: 873b8553c4c68603936728420adf73d461412484
4
+ data.tar.gz: a6a811f93205b4761e6741f038f6af99ae27ba50
5
5
  SHA512:
6
- metadata.gz: d994b789108f67af647dfe8f579586e34ca4f19d15a805842f5534f779d094f0893b246f9c8eb125946aac2d1acf2128d2b0fa1d57783ce5a4911f6784b417ae
7
- data.tar.gz: a7253c042bf701ad21193ae6385012125e7e0a90f8c04cfa51b9b69b2201a2c11ac2d8fb1e173fdd1afaaae6a8dd7f65c4aab02aed03bb25d5a1dedd8bdaaa6b
6
+ metadata.gz: dbfb0c9e869a85297d0a2c2453e06f48acf170d4940201778201fa813b6b10d5331507fc3abe67a48605194f389e56f0e4c4a7e959635859e66c2b184726761f
7
+ data.tar.gz: 705d2fdd61000a680626969c6331162ffcbd5d00d6a37445d77ddd4b80cd05e515197f2bc2c7be41b36d687f9e4e14ac03171e88fd22dcfd815775e4a19caa73
data/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # puppet-lint yumrepo_gpgcheck_enabled check #
1
+ # puppet-lint yumrepo_gpgcheck_enabled check
2
2
 
3
3
  A puppet-lint extension that ensures yumrepo resources have the gpgcheck
4
4
  attribute and that it is enabled.
@@ -11,7 +11,7 @@ any packages from your configured repo, not just those signed by the
11
11
  packagers. While it's often more work to sign your own packages you should
12
12
  at the very least enable it for all upstream yum repositories.
13
13
 
14
- ## Installation ##
14
+ ## Installation
15
15
 
16
16
  To use this plugin add the following line to your Gemfile
17
17
 
@@ -19,7 +19,7 @@ To use this plugin add the following line to your Gemfile
19
19
 
20
20
  and then run `bundle install`
21
21
 
22
- ## Usage ##
22
+ ## Usage
23
23
 
24
24
  This plugin provides a new check to `puppet-lint` that warns if it finds
25
25
  a `yumrepo` resource that either does not contain the `gpgcheck` attribute
@@ -48,5 +48,10 @@ and will return
48
48
 
49
49
  yumrepo should enable the gpgcheck attribute
50
50
 
51
- ### Author ###
51
+ ## Other puppet-lint plugins
52
+
53
+ You can find a list of my `puppet-lint` plugins in the
54
+ [unixdaemon puppet-lint-plugins](https://github.com/deanwilson/unixdaemon-puppet-lint-plugins) repo
55
+
56
+ ### Author
52
57
  [Dean Wilson](http://www.unixdaemon.net)
metadata CHANGED
@@ -1,29 +1,35 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: puppet-lint-yumrepo_gpgcheck_enabled-check
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dean Wilson
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-01-30 00:00:00.000000000 Z
11
+ date: 2016-08-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: puppet-lint
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - "~>"
17
+ - - ">="
18
18
  - !ruby/object:Gem::Version
19
19
  version: '1.1'
20
+ - - "<"
21
+ - !ruby/object:Gem::Version
22
+ version: '3.0'
20
23
  type: :runtime
21
24
  prerelease: false
22
25
  version_requirements: !ruby/object:Gem::Requirement
23
26
  requirements:
24
- - - "~>"
27
+ - - ">="
25
28
  - !ruby/object:Gem::Version
26
29
  version: '1.1'
30
+ - - "<"
31
+ - !ruby/object:Gem::Version
32
+ version: '3.0'
27
33
  - !ruby/object:Gem::Dependency
28
34
  name: rspec
29
35
  requirement: !ruby/object:Gem::Requirement