Skip to content
Snippets Groups Projects
Commit 3f1f87a7 authored by Karl Kornel's avatar Karl Kornel
Browse files

wallet: Make sure our objects include base::wallet::client

parent 8ae3e46c
No related branches found
No related tags found
No related merge requests found
......@@ -7,6 +7,7 @@ define base::wallet::keytab(
$group = 'root',
$heimdal = false
) {
include base::wallet::client
$wallet_opts = "-f '$path' get keytab '$name'"
exec { "wallet $wallet_opts":
path => '/bin:/usr/bin:/usr/local/bin:/usr/kerberos/bin',
......
......@@ -7,6 +7,7 @@ define base::wallet::other(
$group = 'root',
$onlyif = 'NONE'
) {
include base::wallet::client
$wallet_opts = "-f '$path' get '$type' '$name'"
case $onlyif {
'NONE': {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment