itamae 1.0.0.beta25 → 1.0.0.beta26

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: f605498020d0aeec34bafecc46b026c60d686034
4
- data.tar.gz: 404ca611835437710e7bd838f3489fa1f9fe6385
3
+ metadata.gz: 3ee1b1c898ef9f58d8eb6ad84eae7f28f8b8ae3f
4
+ data.tar.gz: e972f58336f252920afc143d310b3e8bf606aed2
5
5
  SHA512:
6
- metadata.gz: 04a4ba33724549eb5f5bb80808bf3f0b05abe669d5c474387f69dd705b73ecb4151ad81267c2f7e5be3a1402e724780483ffa6ea65c645f991a382447e8eedc2
7
- data.tar.gz: 7ca95a00ff582c363a78afbfeae79cc60f03ddb40951af7b6ab6948abf08735be08ed9331adb04c3454da5b16058d46345bc30ccf19364bb9a9d8f53dfdfd988
6
+ metadata.gz: 6e21652210f37850b32b5ad3171a368844f809ff034d9e9122c01a6d8849629af7990104b99773e0ff35886a96061a0166a6026b4dc8d2200d2feeef5c4f7811
7
+ data.tar.gz: 5954033e97e6c554a09809a624b7df553f924d8a63e24224f4dc7146c9867ed4f79a429530b2c8feeef75616511d56ee8115117ecff956bf07b18ccf20797452
@@ -18,6 +18,7 @@ module Itamae
18
18
  @current_attributes[:uid] = run_command(["id", "-u", username]).stdout.strip
19
19
  @current_attributes[:gid] = run_command(["id", "-g", username]).stdout.strip
20
20
  @current_attributes[:home] = run_command("echo ~#{shell_escape(username)}").stdout.strip
21
+ @current_attributes[:password] = current_password
21
22
  end
22
23
  end
23
24
 
@@ -1 +1 @@
1
- 1.0.0.beta25
1
+ 1.0.0.beta26
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: itamae
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0.beta25
4
+ version: 1.0.0.beta26
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ryota Arai