You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since 2.5.0, the type is able to manage hashed entries. When using hashed entries, aliases are not kept on the same line as the main entry, but instead kept appart. When this happens, we still need to manage the type of the host_alias key (which is a property), but it can only be made to converge to a single value (in your case, either "ssh-rsa" OR "ssh-dss").
I think you might be able to fix this by not using host_aliases and creating a resource for each host alias instead.
After upgrading to module 2.5.0 we experience an odd behavior of the sshkey resource.
Here is the code we use:
Each run now the catalog is 'changed':
I have tried to use ensure => hashed , but results were pretty much the same
Please advice.
Thanks
The text was updated successfully, but these errors were encountered: