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

No need to remove the running temp file #91

Merged
merged 1 commit into from Dec 28, 2019

Conversation

johnburns320
Copy link
Contributor

Pull Request (PR) description

Puppet does not require template scripts to be removed.

The Remove-Item $MyINvocation.InvocationName generates the following exception:

Remove-Item : Cannot bind argument to parameter 'Path' because it is an empty string.

Completes the changes merged via #84

This Pull Request (PR) fixes the following issues

n/a

@1WindowsPuppetAdmin
Copy link

would really love for this fix to be in. Can anyone merge this?

Copy link

@1WindowsPuppetAdmin 1WindowsPuppetAdmin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

executing the template doesn't generate an actual file. this generates an error and the fix should be merged.

@1WindowsPuppetAdmin
Copy link

@johnburns320

@ghoneycutt ghoneycutt merged commit 92b2a7d into puppetlabs:master Dec 28, 2019
@Ramesh7 Ramesh7 added the maintenance Maintenance label Aug 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
maintenance Maintenance
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants