Skip to content

Commit

Permalink
Remove user for Windows file copy
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Iverson committed Sep 25, 2019
1 parent c51e640 commit 931a07f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions manifests/pia.pp
Expand Up @@ -42,9 +42,7 @@
}

file { "${ps_config_home}/webserv/${domain_name}/applications/peoplesoft/PORTAL.war/WEB-INF/lib/psjoa.jar" :
source => "${ps_home_location}/class/psjoa.jar",
owner => $psft_runtime_user_name,
mode => '0755',
source => "${ps_home_location}/class/psjoa.jar"
}

file { "${domain_name}_c_temp":
Expand Down

0 comments on commit 931a07f

Please sign in to comment.