Skip to content

Commit 97dd794

Browse files
committed
Trigger restart of vault when config changes
Closes /pull/154
1 parent f98a330 commit 97dd794

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

manifests/config.pp

+1
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
owner => $::vault::user,
3636
group => $::vault::group,
3737
mode => $::vault::config_mode,
38+
notify => Class['vault::service'],
3839
}
3940

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

0 commit comments

Comments
 (0)