Skip to content

Commit af3f9d5

Browse files
tobias-urdinkarelyatin
authored andcommitted
Pin r10k to 2.6.4
Change-Id: I4875b8bc8b2333046fc3a08b4669774fd26c89cb (cherry picked from commit 3d5f3ba)
1 parent 1e3e83c commit af3f9d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install_modules.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ gem install fast_gettext -v '< 1.2.0' --verbose
2828
# puppet_forge 2.2.7 has a dependency on semantic_puppet ~> 1.0
2929
# which is not compatible with dependency of latest r10k on semantic_puppet ~> 0.1.0
3030
gem install puppet_forge -v '= 2.2.6' --verbose
31-
gem install r10k --no-ri --no-rdoc --verbose
31+
gem install r10k -v 2.6.4 --no-ri --no-rdoc --verbose
3232

3333
# make sure there is no puppet module pre-installed
3434
rm -rf "${PUPPETFILE_DIR:?}/"*

0 commit comments

Comments
 (0)