knife-tidy 2.0.6 → 2.0.9
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e4a97cf801ae4409e19040e77f743f2169d1e068401baae60529ad6d89f40798
|
4
|
+
data.tar.gz: 84a994d03f9aa44208af4e227a97bc7beb230bb206421b02da166e23e87a479e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 98873e41d798dbcb80ce8e1640e170edc635772c010f85c6cf736bcdcf483271c42c6afde97f1db9e573cb44a2c72d719546493f74cfd3e9680dd332862fedfd
|
7
|
+
data.tar.gz: 3c179e8babe63a01eed66aa5a88c062a4540a7d885d1b978dcfdc60051f1e394925f8bf19c57ab39ccade673a7b323c558158644e68c136b696353cc1335cda5
|
@@ -1,4 +1,4 @@
|
|
1
|
-
|
1
|
+
require_relative "tidy_base"
|
2
2
|
|
3
3
|
class Chef
|
4
4
|
class Knife
|
@@ -8,8 +8,8 @@ class Chef
|
|
8
8
|
require "chef/cookbook/metadata"
|
9
9
|
require "chef/role"
|
10
10
|
require "chef/run_list"
|
11
|
-
|
12
|
-
|
11
|
+
require_relative "../tidy_substitutions"
|
12
|
+
require_relative "../tidy_acls"
|
13
13
|
require "ffi_yajl"
|
14
14
|
require "fileutils"
|
15
15
|
require "securerandom"
|
@@ -377,7 +377,7 @@ class Chef
|
|
377
377
|
end
|
378
378
|
end
|
379
379
|
write_role(role_path, new_role)
|
380
|
-
# rubocop:enable MethodLength
|
380
|
+
# rubocop:enable Metrics/MethodLength
|
381
381
|
end
|
382
382
|
|
383
383
|
def validate_roles(org)
|
data/lib/chef/knife/tidy_base.rb
CHANGED
data/lib/knife-tidy/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: knife-tidy
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.0.
|
4
|
+
version: 2.0.9
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Jeremy Miller
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2019-12-
|
11
|
+
date: 2019-12-21 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: Report on stale Chef Server nodes and cookbooks and clean up data integrity
|
14
14
|
issues in a knife-ec-backup object based backup
|