From 38a0dbc6eb1eae94b49ed1b51f4c6ede3a5ceb94 Mon Sep 17 00:00:00 2001 From: Ralf Bosz Date: Mon, 12 Jun 2017 11:24:59 +0200 Subject: [PATCH] This commit converts True to true The True in the repo.pp is case-sensitive, the true in the sssd.conf may not be, but to make it equal to the rest changed it. --- manifests/install/repo.pp | 2 +- templates/sssd.conf.erb | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/manifests/install/repo.pp b/manifests/install/repo.pp index 9e8dcc2..c4af69b 100644 --- a/manifests/install/repo.pp +++ b/manifests/install/repo.pp @@ -32,7 +32,7 @@ descr => 'Copr repo for freeipa owned by mkosek', enabled => '1', gpgcheck => '0', - skip_if_unavailable => 'True', + skip_if_unavailable => 'true', } } 'Suse': { diff --git a/templates/sssd.conf.erb b/templates/sssd.conf.erb index 4caae3f..fa815c7 100644 --- a/templates/sssd.conf.erb +++ b/templates/sssd.conf.erb @@ -19,8 +19,8 @@ homedir_substrinb = /home reconnection_retries = 3 [domain/<%= scope.lookupvar('::ipa::domain') -%>] -cache_credentials = True -krb5_store_password_if_offline = True +cache_credentials = true +krb5_store_password_if_offline = true krb5_realm = <%= scope.lookupvar('::ipa::domain') %> ipa_domain = <%= scope.lookupvar('::ipa::domain') %> id_provider = ipa