cleanfb 0.2.2.1.1 → 0.2.2.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 469bd4e2abbd3ff1241065c482d4da2aa51a9b41
4
- data.tar.gz: 91e568808595a616dfedb3ace3b992d6712b2e66
3
+ metadata.gz: 49682470db2b67091ece0c3f82cd37522f4d0269
4
+ data.tar.gz: 5a45c2b70947cc0449fd7f3e3039261a5e2ff45f
5
5
  SHA512:
6
- metadata.gz: 2f80aa1b850284f031fec5905669fab013f4529193a0ff71375c813552ca4e098c1f2b50d576441eaedd57865b0449e373d077151ee5080c90e7656b9898e7dc
7
- data.tar.gz: 70d86ffbd7194be9e1574111f60fc0196ce9f322587626ce5f693e8b83c3b30d429f19003c49d239bb18a56794e88021b786833e7bdf7542e98762f473b22c94
6
+ metadata.gz: cc933fa8d7eab0c96186e000511a64c75e0fed6ecf29008f7ca7d94709b2022617b36addf9ec06b3a266c1e50eae688a085fc78d619232b54dee30f369063562
7
+ data.tar.gz: 396f9c6d92d5a58dc7c4876aed74106b8d14df88219d7ff52077741506d87c40c52ccecdceef8bcb7454eabd62aa0e0ed9556a97edb7b9672eec5c7aff7c4bcc
data/README.md CHANGED
@@ -34,7 +34,7 @@ Clean the configuration for a host
34
34
 
35
35
  $ cleanfb hostname
36
36
 
37
- The configuration is now backed up on the server at /root/saved_configs/hostname/date_time_hostname_configuration.yaml
37
+ The configuration is now backed up on the server at /root/saved_configs/hostname/date_time_hostname_configuration.json
38
38
 
39
39
  A new configuration will be obtained for the host on the next Puppet run.
40
40
 
@@ -44,7 +44,7 @@ A new configuration will be obtained for the host on the next Puppet run.
44
44
 
45
45
  To restore a previous saved configuration issue the following command
46
46
 
47
- $ cleanfb restore /root/saved_configs/hostname/date_time_host_configuration.yaml
47
+ $ cleanfb restore /root/saved_configs/hostname/date_time_host_configuration.json
48
48
 
49
49
 
50
50
  The current configuration gets backed up and the selected configuration is restored as the primary configuration.
@@ -1,3 +1,3 @@
1
1
  module Cleanfb
2
- VERSION = "0.2.2.1.1"
2
+ VERSION = "0.2.2.1.2"
3
3
  end
data/lib/cleanfb.rb CHANGED
@@ -26,9 +26,8 @@ module Cleanfb
26
26
 
27
27
  puts options
28
28
 
29
-
30
29
  unless @options[:force]
31
- print "Remove #{@options[:hostname]} ? y|n: "
30
+ print "Remove " + @options[:hostname] + "? y|n: "
32
31
  ans = STDIN.gets.chomp
33
32
  end
34
33
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cleanfb
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.2.1.1
4
+ version: 0.2.2.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - lhoffl
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2018-02-08 00:00:00.000000000 Z
11
+ date: 2018-02-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler