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 +4 -4
- data/README.md +2 -2
- data/lib/cleanfb/version.rb +1 -1
- data/lib/cleanfb.rb +1 -2
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 49682470db2b67091ece0c3f82cd37522f4d0269
|
4
|
+
data.tar.gz: 5a45c2b70947cc0449fd7f3e3039261a5e2ff45f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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.
|
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.
|
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.
|
data/lib/cleanfb/version.rb
CHANGED
data/lib/cleanfb.rb
CHANGED
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.
|
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-
|
11
|
+
date: 2018-02-12 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|