-
Notifications
You must be signed in to change notification settings - Fork 25
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
(CONT-867) Ruby 3 / Puppet 8 Support #208
Conversation
8c2f094
to
a867a39
Compare
661a1c3
to
65514d3
Compare
609a9f3
to
a756122
Compare
a756122
to
99d680f
Compare
13f0f7a
to
5379817
Compare
5379817
to
c8a7c96
Compare
@@ -0,0 +1,6 @@ | |||
Get-ChildItem WSMan:\localhost\Listener\ -OutVariable Listeners | Format-List * -Force |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is this like a bootstrap script for windows?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
DSC requires winrm to be configured. This makes sure it is.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good
This PR adds Ruby 3 / Puppet 8 Support