Skip to content

Commit

Permalink
Match web01 user and uploader key name
Browse files Browse the repository at this point in the history
  • Loading branch information
ehelms committed Aug 27, 2023
1 parent cf640bb commit 257ce69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion puppet/modules/slave/manifests/packaging/rpm.pp
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@
ensure => present,
}

secure_ssh::rsync::uploader_key { 'yumstage':
secure_ssh::rsync::uploader_key { 'yumrepostage':
user => $user,
dir => "${workspace}/staging_key",
manage_dir => true,
Expand Down

0 comments on commit 257ce69

Please sign in to comment.