Skip to content
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

(MODULES-7838) Windows task contains typo which causes failure. #45

Merged

Conversation

davejohnston
Copy link

The command should be $PSBoundParameters not $SBoundParameters.
This adds back the missing 'P'

Testing

Use bolt to verify the task works as expected.

  1. Create a Windows Machine
  2. Use Bolt to execute the task
bolt task run bootstrap::windows --modulepath /task-modules --params '{ "master" : "my.puppet.master.com" }' --transport winrm -u Admin -p ***** --no-ssl --no-ssl-verify -n <windows IP>
  1. Verify that the puppet agent has been installed on the target host.

The command should be $*P*SBoundParameters not $SBoundParameters.
This adds back the missing 'P'
@MikaelSmith MikaelSmith merged commit 600fa78 into puppetlabs:master Sep 21, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants