cleanfb 0.1.1.2.2 → 0.1.1.3
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/lib/cleanfb/version.rb +1 -1
- data/lib/cleanfb.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3b821b25e7e83ef799a7ea5e1ab4fd0fa29fbf65
|
4
|
+
data.tar.gz: 0061f856cae5de7b417943b7856b175412100241
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: aa0ebdd91c3a78edb0b0f334fc723c78c9b884b7f8c88334920e8176fc2eab9482fd1cb55b555e7f54d76f65ce8e6fd790ba2fc8623f5792efe49e99463a56d9
|
7
|
+
data.tar.gz: 19f3cb7b8567eef1868b9dc0177035d339c95befe44b1e05639d494644ccacca980f906b65abad23dc80a6d8fa22c3a2f1a7999e67ee8fda724b2f96f99509e0
|
data/lib/cleanfb/version.rb
CHANGED
data/lib/cleanfb.rb
CHANGED
@@ -7,7 +7,7 @@ module Cleanfb
|
|
7
7
|
return "Please supply a file" if ARGV[0].nil? || ARGV[0].empty?
|
8
8
|
|
9
9
|
if (ARGV[0] == "-h" or ARGV[0] == "--help")
|
10
|
-
return "
|
10
|
+
return "Remove backups of an agent from the Puppet master's filebucket.\n\n Usage: cleanfb <client>\n\n options: -h or --help | help and information\n -y | defaults all input to yes\n"
|
11
11
|
end
|
12
12
|
arg = ARGV[0]
|
13
13
|
if !ARGV[1].nil? and ARGV[1] == "-y"
|