Skip to content

Commit

Permalink
Fixed indentation for public_files_source_paths
Browse files Browse the repository at this point in the history
  • Loading branch information
abujeda committed Jan 17, 2024
1 parent 78abb7e commit 53e2f13
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions manifests/config.pp
Original file line number Diff line number Diff line change
Expand Up @@ -193,11 +193,11 @@
$openondemand::public_files_source_paths.each |$path| {
$basename = basename($path)
file { "${openondemand::public_root}/${basename}":
ensure => 'file',
owner => 'root',
group => 'root',
mode => '0644',
source => $path,
ensure => 'file',
owner => 'root',
group => 'root',
mode => '0644',
source => $path,
}
}

Expand Down

0 comments on commit 53e2f13

Please sign in to comment.