covermymeds / puppet-sentry

Install and manage Sentry with Puppet!
MIT License
7 stars 7 forks source link

Use 'w' instead of 'a' when opening the DSN cache #9

Closed skpy closed 8 years ago

skpy commented 8 years ago

The use of 'a' to append to the DSN cache file is causing duplicate entries to be inserted. We should use 'w' to write to the file to ensure that it is only one line.

adamcstephens commented 8 years ago

:shipit: