Skip to content

Commit

Permalink
Merge pull request #646 from lsst-it/IT-3057/ipareplica-role-cleanup
Browse files Browse the repository at this point in the history
fix ipareplica role versionlock release string
  • Loading branch information
jhoblitt committed Sep 1, 2022
2 parents f7fd7cf + 4c70e55 commit 7a07bcf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions hieradata/role/ipareplica.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ easy_ipa::ip_address: "%{facts.networking.ip}"
# enable easy_ipa management of sssd packages on servers
easy_ipa::install_sssd: true
easy_ipa::install_sssdtools: true
easy_ipa::sssdtools: true

clustershell::groupmembers:
ipa:
Expand All @@ -43,7 +42,7 @@ profile::core::yum::versionlock:
python2-ipaserver: &ipa_version
ensure: "present"
version: "4.6.8"
release: "5.el7.centos.6"
release: "5.el7.centos.7"
ipa-client-common:
<<: *ipa_version
python2-ipaclient:
Expand Down
2 changes: 1 addition & 1 deletion spec/hosts/roles/ipareplica_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
require 'spec_helper'

IPA_SERVER_VERSION = '4.6.8'
IPA_SERVER_RELEASE = '5.el7.centos.6'
IPA_SERVER_RELEASE = '5.el7.centos.7'

role = 'ipareplica'

Expand Down

0 comments on commit 7a07bcf

Please sign in to comment.