Skip to content

Commit

Permalink
Fix link target
Browse files Browse the repository at this point in the history
  • Loading branch information
nward committed Aug 18, 2023
1 parent 473fd51 commit 88d0a15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/site.pp
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@
file { "freeradius sites-enabled/${name}":
ensure => $ensure_link,
path => "${fr_basepath}/sites-enabled/${name}",
target => "${fr_basepath}/sites-available/${name}",
target => "../sites-available/${name}",
}
}

0 comments on commit 88d0a15

Please sign in to comment.