Skip to content

Commit cc35b3b

Browse files
committed
(ipareplica role) fix versionlock release string
The versionlock is set for 5.el7.centos.6 but the currently installed packages are 5.el7.centos.7. E.g.: [jhoblitt@ipa1 ~]$ rpm -qa | egrep ^ipa ipa-client-common-4.6.8-5.el7.centos.7.noarch ipa-server-4.6.8-5.el7.centos.7.x86_64 ipa-client-4.6.8-5.el7.centos.7.x86_64 ipa-server-common-4.6.8-5.el7.centos.7.noarch ipa-common-4.6.8-5.el7.centos.7.noarch
1 parent 6700a91 commit cc35b3b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

hieradata/role/ipareplica.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ profile::core::yum::versionlock:
4343
python2-ipaserver: &ipa_version
4444
ensure: "present"
4545
version: "4.6.8"
46-
release: "5.el7.centos.6"
46+
release: "5.el7.centos.7"
4747
ipa-client-common:
4848
<<: *ipa_version
4949
python2-ipaclient:

spec/hosts/roles/ipareplica_spec.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
require 'spec_helper'
44

55
IPA_SERVER_VERSION = '4.6.8'
6-
IPA_SERVER_RELEASE = '5.el7.centos.6'
6+
IPA_SERVER_RELEASE = '5.el7.centos.7'
77

88
role = 'ipareplica'
99

0 commit comments

Comments
 (0)