puppet-lint-no_file_path_attribute-check 0.1.0 → 0.1.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +5 -0
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d0a80bde10160c557183f1256d7374f76b231e71
|
4
|
+
data.tar.gz: 9a652bba9bcbc78312b44dfd35be2bbe48f3ec9e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f98da6791c67d12bd9dc4f78c6bb9c17a31e7e052960cb794bcde769bcd0ffa333c850c076c5dc4bfafae7b73e0a35cf4c2f24ba77fd38c112b67438852ac797
|
7
|
+
data.tar.gz: 3d3cbc53520a2827a77db09554ce2923b87fb92383bb4d8c6ec5506b2888072fbe41b43b17aa9e80d73c039c5bf0fa1bf63bfea3c5b5a9cb36d836c90a7b33e3
|
data/README.md
CHANGED
@@ -40,5 +40,10 @@ This plugin provides a new check to `puppet-lint`.
|
|
40
40
|
|
41
41
|
file resources should not have a path attribute. Use the title instead
|
42
42
|
|
43
|
+
## Other puppet-lint plugins
|
44
|
+
|
45
|
+
You can find a list of my `puppet-lint` plugins in the
|
46
|
+
[unixdaemon puppet-lint-plugins](https://github.com/deanwilson/unixdaemon-puppet-lint-plugins) repo.
|
47
|
+
|
43
48
|
### Author
|
44
49
|
[Dean Wilson](http://www.unixdaemon.net)
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: puppet-lint-no_file_path_attribute-check
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.1
|
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-08-
|
11
|
+
date: 2016-08-21 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: puppet-lint
|
@@ -123,6 +123,6 @@ signing_key:
|
|
123
123
|
specification_version: 4
|
124
124
|
summary: puppet-lint no_file_path_attribute check
|
125
125
|
test_files:
|
126
|
-
- spec/puppet-lint/plugins/puppet-lint-no_file_path_attribute_spec.rb
|
127
126
|
- spec/spec_helper.rb
|
127
|
+
- spec/puppet-lint/plugins/puppet-lint-no_file_path_attribute_spec.rb
|
128
128
|
has_rdoc:
|