Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Lonlone Lee
base
Commits
3f1f87a7
Commit
3f1f87a7
authored
Aug 18, 2016
by
Karl Kornel
Browse files
wallet: Make sure our objects include base::wallet::client
parent
8ae3e46c
Changes
2
Hide whitespace changes
Inline
Side-by-side
manifests/wallet/keytab.pp
View file @
3f1f87a7
...
...
@@ -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'
,
...
...
manifests/wallet/other.pp
View file @
3f1f87a7
...
...
@@ -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'
:
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment