Correct path

This commit is contained in:
Patrik Lundin 2024-10-06 14:32:17 +02:00
parent 4b90469531
commit 52469c754d
Signed by: patlu
GPG key ID: A0A812BA2249F294

View file

@ -12,6 +12,6 @@ class cdn::mqtt(
owner => 'root',
group => 'root',
mode => '0644',
content => template('cdn/runner/aclfile.erb'),
content => template('cdn/mqtt/aclfile.erb'),
}
}