Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
puppetmodule-dhrep
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
dariah-de-puppet
puppetmodule-dhrep
Commits
1a77a99c
Commit
1a77a99c
authored
4 months ago
by
Stefan E. Funk
Browse files
Options
Downloads
Plain Diff
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
!28
add correct template path
Pipeline
#542571
passed
4 months ago
Stage: syntax
Stage: unit
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
manifests/tools/cli.pp
+6
-3
6 additions, 3 deletions
manifests/tools/cli.pp
with
6 additions
and
3 deletions
manifests/tools/cli.pp
+
6
−
3
View file @
1a77a99c
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment