Skip to content

Commit

Permalink
Merge pull request #369 from McdonaldSeanp/upgrade_pid_file_change
Browse files Browse the repository at this point in the history
(maint) make pid file name consistent on windows
  • Loading branch information
ScottGarman authored Jan 17, 2019
2 parents c9a9061 + c363bff commit f750aed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/install_puppet.ps1.erb
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ $service_names=@(
)
try {
Write-Log "Installation PID:$PID"
$install_pid_lock = Join-Path -Path (Split-Path -Parent (puppet.bat config print agent_catalog_run_lockfile)) -ChildPath 'puppet_install.pid'
$install_pid_lock = Join-Path -Path (Split-Path -Parent (puppet.bat config print agent_catalog_run_lockfile)) -ChildPath 'puppet_agent_upgrade.pid'
Lock-Installation $install_pid_lock
if ($PuppetPID) {
# Wait for the puppet run to finish
Expand Down

0 comments on commit f750aed

Please sign in to comment.