diff --git a/puppetserver/docker-entrypoint.d/89-csr_attributes.rb b/puppetserver/docker-entrypoint.d/89-csr_attributes.rb index 714b3baa..1a5419d2 100755 --- a/puppetserver/docker-entrypoint.d/89-csr_attributes.rb +++ b/puppetserver/docker-entrypoint.d/89-csr_attributes.rb @@ -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