This is an automated email from the ASF dual-hosted git repository.

iwasakims pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/bigtop.git


The following commit(s) were added to refs/heads/master by this push:
     new d0abcc4  BIGTOP-3627. Pinning the version of puppetlabs-stdlib (#850)
d0abcc4 is described below

commit d0abcc4318d7d2fcdf50bf10f412aa512114b741
Author: vivostar <[email protected]>
AuthorDate: Fri Jan 7 21:08:28 2022 +0800

    BIGTOP-3627. Pinning the version of puppetlabs-stdlib (#850)
---
 bigtop_toolchain/manifests/puppet_modules.pp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bigtop_toolchain/manifests/puppet_modules.pp 
b/bigtop_toolchain/manifests/puppet_modules.pp
index ef20f27..fc2f0e2 100644
--- a/bigtop_toolchain/manifests/puppet_modules.pp
+++ b/bigtop_toolchain/manifests/puppet_modules.pp
@@ -17,7 +17,7 @@ class bigtop_toolchain::puppet_modules {
 
   exec { 'install-puppet-stdlib':
     path    => '/usr/bin:/bin',
-    command => 'puppet module install puppetlabs-stdlib',
+    command => 'puppet module install puppetlabs-stdlib --version 4.12.0',
     creates => '/etc/puppet/modules/stdlib',
   }
 

Reply via email to