From f5fe78bb4980e6d76e260571a4bf22d0a0c77684 Mon Sep 17 00:00:00 2001 From: Clark Boylan Date: Thu, 11 Apr 2019 09:50:20 -0700 Subject: [PATCH] Update puppet-python to "fix" broken facts The puppet-python module had some broken facter custom facts that they removed in 1.9.5. After upgrading to puppet-4 we notice this now. Update to 1.9.5 from 1.9.4 to fix the error. Error from puppet log: Apr 11 00:15:30 afs01 puppet-user[5184]: (Facter) error while resolving custom fact "virtualenv_version": undefined method `[]' for nil:NilClass Change-Id: I853ed9e212885b01944dd5dc9157f2abdd9dedc3 --- modules.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules.env b/modules.env index a1ff9c0c37..a37f6d0858 100644 --- a/modules.env +++ b/modules.env @@ -52,7 +52,7 @@ SOURCE_MODULES["https://github.com/puppetlabs/puppetlabs-rabbitmq"]="5.2.3" SOURCE_MODULES["https://github.com/puppetlabs/puppetlabs-stdlib"]="4.17.0" SOURCE_MODULES["https://github.com/rafaelfelix/puppet-pear"]="1.0.3" SOURCE_MODULES["https://github.com/saz/puppet-memcached"]="v2.6.0" -SOURCE_MODULES["https://github.com/stankevich/puppet-python"]="1.9.4" +SOURCE_MODULES["https://github.com/stankevich/puppet-python"]="1.9.5" SOURCE_MODULES["https://github.com/theforeman/puppet-dns"]="4.1.0" SOURCE_MODULES["https://github.com/vamsee/puppet-solr"]="0.0.8" SOURCE_MODULES["https://github.com/voxpupuli/puppet-alternatives"]="0.3.0"