Skip to content

Commit

Permalink
Trigger restart of vault when config changes
Browse files Browse the repository at this point in the history
Closes /pull/154
  • Loading branch information
rgevaert committed Dec 9, 2020
1 parent f98a330 commit 97dd794
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 @@ -35,6 +35,7 @@
owner => $::vault::user,
group => $::vault::group,
mode => $::vault::config_mode,
notify => Class['vault::service'],
}

# If using the file storage then the path must exist and be readable
Expand Down

0 comments on commit 97dd794

Please sign in to comment.