Skip to content

Commit

Permalink
Update install.pp
Browse files Browse the repository at this point in the history
removal of package_source_location
  • Loading branch information
stuartrobert authored Mar 25, 2021
1 parent 0701a1c commit 235062c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/install.pp
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
}

download_file { $file_name:
url => "${ncpa::package_source_location}/${file_name}",
url => "${ncpa::package_source}/${file_name}",
destination_directory => $ncpa::download_destination,
proxy_address => $ncpa::proxy_url,
require => File[$ncpa::download_destination],
Expand Down

0 comments on commit 235062c

Please sign in to comment.