-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Copy the modules and unlock them #10
Conversation
Thanks Jonne - have you got a sample DSC script I can use to test to reproduce the scenario? Or better yet, could you submit a working PR with an updated Vagrantfile setup? I'm happy to improve test coverage etc. The more scenarios etc. we get in there the better. As an FYI, I'm looking to see if there is a way to provision a Vagrant box during CI. |
Hi Matt, I added a sample DSC script with composite DSC resource. |
Thanks Jonne, this is much appreciated. I'll take a look at this over the next few days and run it by a few colleagues. |
Hi Jonne, I have taken a look at this PR. Correct me if I'm wrong, but doesn't the current example already show the use of a Composite resource? The SimpleWebsite Configuration in the For me, I am able to |
You are right, I didn't have the latest version, sorry for that. The composite resource looks good indeed. However if i try to vagrant up that one I get the following error: The following WinRM command responded with a non-zero exit status. mkdir c:\ -force Stdout from the command: Stderr from the command: #< CLIXML
|
Hi Jonne, no worries at all. Please see PR #13 for the latest changes, including a couple of bug fixes and the suggestion of yours in this PR to 'unblock' modules in advance. For better tracking, of your specific problem, I've migrated the defect to issue #14. For now, I will close this PR whilst we address the issue, we can always re-open later if need be. |
Hi, to be able to use composite DSC resources I had to copy them to the program files \ modules folder. This is the only way I could get it to work.