hiera-housekeeper 0.11 → 0.12
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.
@@ -55,7 +55,7 @@ class Hiera
|
|
55
55
|
key_dir = Backend.parse_string(Config[:gpg][:key_dir], scope) || "#{ENV[real_home]}/.gnupg"
|
56
56
|
fqdn = Socket.gethostbyname(Socket.gethostname).first
|
57
57
|
housekeeper_server = Backend.parse_string(Config[:housekeeper][:url], scope)
|
58
|
-
housekeeper_keyname = Backend.parse_string(Config[:housekeeper][:keyname], scope) || "
|
58
|
+
housekeeper_keyname = Backend.parse_string(Config[:housekeeper][:keyname], scope) || "housekeeper"
|
59
59
|
housekeeper_branch = Backend.parse_string(Config[:housekeeper][:branch], scope) || "master"
|
60
60
|
housekeeper_identity = "#{housekeeper_keyname}@#{fqdn}"
|
61
61
|
|
@@ -116,7 +116,7 @@ class Hiera
|
|
116
116
|
end
|
117
117
|
|
118
118
|
def passfunc(hook, uid_hint, passphrase_info, prev_was_bad, fd)
|
119
|
-
housekeeper_keypass =
|
119
|
+
housekeeper_keypass = "housekeeper_bgch" # Just for a second to test...
|
120
120
|
$stderr.write("Passphrase for #{uid_hint}: ")
|
121
121
|
$stderr.flush
|
122
122
|
begin
|