Skip to content

Commit

Permalink
Fix typo in filename
Browse files Browse the repository at this point in the history
Closes: #68
Signed-off-by: Mark Dechiaro <[email protected]>
  • Loading branch information
mdechiaro committed Feb 10, 2024
1 parent 44374ec commit e268723
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion puppetserver/docker-entrypoint.d/89-csr_attributes.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

begin
csr_yaml = YAML.dump(JSON.load(ENV['CSR_ATTRIBUTES']))
File.open('/etc/puppetlabs/puppet/csr_attrbitues.yaml', 'w') do |file|
File.open('/etc/puppetlabs/puppet/csr_attributes.yaml', 'w') do |file|
file.write(csr_yaml)
end
rescue => error
Expand Down

0 comments on commit e268723

Please sign in to comment.