Skip to content
This repository has been archived by the owner on Jan 10, 2023. It is now read-only.

Commit

Permalink
Fix missing slash in puppetserver::conf::puppetserver
Browse files Browse the repository at this point in the history
  • Loading branch information
raphink committed Oct 28, 2014
1 parent c0015bd commit 27464cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/config/puppetserver.pp
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
require ::puppetserver::augeas

$targetdir = '/etc/puppetserver/conf.d'
$target = "/files${targetdir}${name}"
$target = "/files${targetdir}/${name}"

case $ensure {
'present': {
Expand Down

0 comments on commit 27464cc

Please sign in to comment.