Skip to content

Commit

Permalink
Merge branch 'testing'
Browse files Browse the repository at this point in the history
  • Loading branch information
mikaelfrykholm committed Oct 10, 2024
2 parents 0b00625 + 458717c commit 982a69d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions manifests/otel/alloy.pp
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
class sunet::otel::alloy (
String $otel_receiver = undef,
) {
file { '/etc/apt/keyrings' :
ensure => 'directory',
notify => Service['alloy'],
mode => '0644',
group => 'root'
}
file { '/etc/apt/keyrings/grafana.gpg' :
ensure => 'file',
notify => Service['alloy'],
Expand Down

0 comments on commit 982a69d

Please sign in to comment.