Skip to content
Snippets Groups Projects
Commit e9a92c3d authored by Filip Strömbäck's avatar Filip Strömbäck
Browse files

Added content line to the keytab file.

parent dfd15ce6
No related branches found
No related tags found
2 merge requests!7Merge of PDK, broker, auth,!4Devel
This commit is part of merge request !4. Comments created here will be created in the context of that merge request.
...@@ -93,10 +93,11 @@ class aes::auth( ...@@ -93,10 +93,11 @@ class aes::auth(
} }
file { "${auth_home}/keys/kerberos.keytab" : file { "${auth_home}/keys/kerberos.keytab" :
ensure => file, ensure => file,
owner => root, owner => root,
group => "${auth_group}", group => "${auth_group}",
mode => "0640" mode => "0640",
content => "$keytab"
} }
exec { 'update-auth-repo' : exec { 'update-auth-repo' :
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment