Skip to content

Commit

Permalink
create log directory
Browse files Browse the repository at this point in the history
not used, but required by docter check command
  • Loading branch information
h0tw1r3 committed Feb 23, 2024
1 parent 69ed761 commit ab45df8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions manifests/install.pp
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@

file { [
$gitea::work_path,
"${$gitea::work_path}/log",
$gitea::configuration['server']['APP_DATA_PATH'],
$gitea::configuration['repository']['ROOT'],
"${gitea::configuration['server']['APP_DATA_PATH']}/sessions",
Expand Down
1 change: 1 addition & 0 deletions spec/classes/gitea_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@

[
'/opt/gitea',
'/opt/gitea/log',
'/opt/gitea/data',
'/opt/gitea/data/gitea-repositories',
'/opt/gitea/data/sessions',
Expand Down

0 comments on commit ab45df8

Please sign in to comment.