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( ...@@ -7,6 +7,7 @@ define base::wallet::keytab(
$group = 'root', $group = 'root',
$heimdal = false $heimdal = false
) { ) {
include base::wallet::client
$wallet_opts = "-f '$path' get keytab '$name'" $wallet_opts = "-f '$path' get keytab '$name'"
exec { "wallet $wallet_opts": exec { "wallet $wallet_opts":
path => '/bin:/usr/bin:/usr/local/bin:/usr/kerberos/bin', path => '/bin:/usr/bin:/usr/local/bin:/usr/kerberos/bin',
......
...@@ -7,6 +7,7 @@ define base::wallet::other( ...@@ -7,6 +7,7 @@ define base::wallet::other(
$group = 'root', $group = 'root',
$onlyif = 'NONE' $onlyif = 'NONE'
) { ) {
include base::wallet::client
$wallet_opts = "-f '$path' get '$type' '$name'" $wallet_opts = "-f '$path' get '$type' '$name'"
case $onlyif { case $onlyif {
'NONE': { '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