Skip to content

Commit

Permalink
Add default framework option for projects dir
Browse files Browse the repository at this point in the history
This makes sure that the projects dir is managed with puppet.
  • Loading branch information
Joris VAN ACOLEYEN committed Aug 1, 2024
1 parent 036c7ae commit 8ccc924
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions manifests/config.pp
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
'framework.var.dir' => '/var/lib/rundeck/var',
'framework.tmp.dir' => '/var/lib/rundeck/var/tmp',
'framework.logs.dir' => '/var/lib/rundeck/var/logs',
'framework.projects.dir' => '/var/lib/rundeck/projects',
'framework.libext.dir' => '/var/lib/rundeck/libext',
'framework.ssh.keypath' => '/var/lib/rundeck/.ssh/id_rsa',
'framework.ssh.user' => 'rundeck',
Expand Down

0 comments on commit 8ccc924

Please sign in to comment.