Stuart Preston
Stuart Preston
@sbrar7 You are correct in that we have not tested this gem with an XaaS blueprint. However the changes in v2.7.0 of the `vmware-vra` gem may allow you to request...
Hi - thanks for the message but I am not dedicated to fixing this problem at the moment due to other project work, there is no committed timeline for adding...
@robcoward I'm not too familiar with the setup (or the AWS driver specifically), but looking at your stacktrace it does seem as though the credentials hash is not populated before...
@jeremy-qik Can you provide the relevant parts of your kitchen.yml file? Are you running this with `elevated: true` in your winrm transport? Have you tried running your code directly on...
That is strange, as when you run with `elevated: true` Test Kitchen will create a scheduled task on the remote computer. So this should mimic exactly Chef Client running as...
If you have a look into your tempdir on the remote machine there should be a kitchen folder containing all your cookbooks. Does the powershell_script execute correctly if you use...
Mm, well in theory that's good and shows that beyond Test Kitchen your recipe is likely to work. It possibly points to a Local Security Policy that Admin has that...
How about wherher the standardUser has a profile created already at the point this is executed? Beyond that I'm out of ideas I'm afraid. It does seem to be a...
@chassly I had a similar issue working with a customer through this today, we ended up doing something like (from memory): ``` machine 'machine1' do action :allocate end machine_execute 'mkdir...