Skip to content

Commit

Permalink
Merge pull request #69 from mdechiaro/issue_8
Browse files Browse the repository at this point in the history
Fix typo in csr_attributes.yaml filename
  • Loading branch information
bastelfreak authored Feb 10, 2024
2 parents 44374ec + 601862b commit aab6ba3
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 aab6ba3

Please sign in to comment.