Skip to content
Snippets Groups Projects
Commit 918ad672 authored by Stefan E. Funk's avatar Stefan E. Funk
Browse files

typo

parent 8f99d8fc
No related branches found
No related tags found
1 merge request!28add correct template path
Pipeline #542564 passed
......@@ -25,7 +25,7 @@ class dhrep::tools::cli (
require => File[$_confdir],
}
file { "${_confdir}/dhrep-cli.properties":
content => template("dhrep/opt/dhrep/dhrep-cli/${scope}/dhrep.cli.properties.erb"),
content => template("dhrep/opt/dhrep/dhrep-cli/${scope}/dhrep-cli.properties.erb"),
owner => 'root',
group => 'root',
mode => '0755',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment