cleanfb 0.1.4.9 → 0.1.5.0

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: 0f16ddbada27089fc70666a9ea07241dc5a60366
4
- data.tar.gz: b0811490d3e11caed3729b1cc147bfbb483e9f21
3
+ metadata.gz: 6d603676a6ca95f5d14686b165f29cf4b4140a4e
4
+ data.tar.gz: 91d8e19a731c3c60a4dcc10fbdf24a5a32059735
5
5
  SHA512:
6
- metadata.gz: 7bd4cf8b53c819348162db3634dc1fdb0ce9d0eec2213cda098f2de227139538002bb9c77bc96c729d4ee9a8fd5ed1973a2fcfb5ae98f5dbdcd6b6cee89578b9
7
- data.tar.gz: 6a57b6ae7bdaaea7c78f95289d5c6e86c22bf3463db33cb32d0eccec2205eb0e23c0b70ae7eb9ff6a701ba82dc4a02324e74d26fce068f805f0e9eb361b2b49e
6
+ metadata.gz: 05dca4425aea4bdd575f71f3a6536a2048b0629d5c846005e2b66235cc7e5e729cc4fb64085bdcfe087af5913e663cccd13cd2e450375405e12dcae890fad5e9
7
+ data.tar.gz: 0365ec54817217f08df05e080c41cbfa8fc2faa2076a54e1456a6c4bf2550be0554e7e14d468fadb0c49ab7da8082510bd0d20e3c972a4159eb0b4e8e09344c5
@@ -1,3 +1,3 @@
1
1
  module Cleanfb
2
- VERSION = "0.1.4.9"
2
+ VERSION = "0.1.5.0"
3
3
  end
data/lib/cleanfb.rb CHANGED
@@ -16,7 +16,7 @@ module Cleanfb
16
16
 
17
17
  # return the help output if requested
18
18
  if ((ARGV.include? "-h") or (ARGV.include? "--help"))
19
- return "Remove backups of an agent from the Puppet master's filebucket.\n\n Usage: cleanfb <client> <options>\n\n options: -h or --help | help and information\n
19
+ return "Remove backups of an agent from the Puppet master's filebucket.\nBackups are stored at /root/saved_configs/\n\n Usage: cleanfb <client> <options>\n\n options: -h or --help | help and information\n
20
20
  -y | defaults all input to yes\n"
21
21
 
22
22
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cleanfb
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.4.9
4
+ version: 0.1.5.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - lhoffl