Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 0.7.6
-
Fix Version/s: 0.7.8
-
Component/s: None
-
Labels:None
Description
So I did this in some attribute code:
set_unless.ssh_host_keys.rsa = File.read("/etc/ssh/ssh_host_rsa_key")
set_unless.ssh_host_keys.rsa_pub = File.read("/etc/ssh/ssh_host_rsa_key.pub")
And when I look in the server, the saved variable names contain an equal sign (see attachment).
This was a silly oversight - you can now set attributes with = and the dot notation.
adamhjk/chef-479