Skip to content

Commit

Permalink
align credentials secret file with resource name
Browse files Browse the repository at this point in the history
  • Loading branch information
g.chouet committed Dec 1, 2023
1 parent 2e9ed07 commit 5ebb11d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libraries/credentials_secret_file.rb
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ class Resource::JenkinsSecretFileCredentials < Resource::JenkinsUserCredentials

class Chef
class Provider::JenkinsSecretFileCredentials < Provider::JenkinsUserCredentials
resource_name :jenkins_secret_file_credentials # Still needed for Chef 15 and below
provides :jenkins_secret_file_credentials

def load_current_resource
Expand Down

0 comments on commit 5ebb11d

Please sign in to comment.