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

Merge branch '15-add-dhrep-cli-configiuration-files-to-templates-and-scrtipe-pppppp' into 'master'

add correct template path

Closes #15

See merge request !28
parents ce1af7f6 918ad672
No related branches found
No related tags found
1 merge request!28add correct template path
Pipeline #542571 passed
......@@ -25,9 +25,12 @@ class dhrep::tools::cli (
require => File[$_confdir],
}
file { "${_confdir}/dhrep-cli.properties":
mode => '0777',
source => "puppet:///modules/dhrep/etc/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',
require => File["{$_confdir}/dhrep-cli"],
}
###
# SCOPE: TEXTGRID
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment