GitHub user JunHe77 opened a pull request:
https://github.com/apache/bigtop/pull/401
BIGTOP-3088: provisioner failed to run puppet deployment on CentOS-7
Deploy with puppet on centos-7 failed.
The root cause is puppet-stdlib (4.25) in distro is not compatible with
puppet <4. Pin stdlib to 4.12.0 should fix this problem.
Change-Id: I8ec557412b660cc51399da3c81014b47aa366d6a
Signed-off-by: Jun He <[email protected]>
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/JunHe77/bigtop BIGTOP-3088
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/bigtop/pull/401.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #401
----
commit bafa153d404fec04bfae3d600905f6f740bd5d3e
Author: Jun He <jun.he@...>
Date: 2018-10-03T12:00:02Z
BIGTOP-3088: provisioner failed to run puppet deployment on CentOS-7
Deploy with puppet on centos-7 failed.
The root cause is puppet-stdlib (4.25) in distro is not compatible with
puppet <4. Pin stdlib to 4.12.0 should fix this problem.
Change-Id: I8ec557412b660cc51399da3c81014b47aa366d6a
Signed-off-by: Jun He <[email protected]>
----
---