Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我尝试使用工头安装程序与工头一起安装木偶。它使用 ruby 2.0 版,之后我安装了 r10k,它需要 ruby 版本>2.3。所以我使用 gems 更新了 ruby,之后我的工头停止了工作。任何解决方案将不胜感激。
使用 puppet forge 上提供的 puppet 模块安装 r10k。
您还可以绕过当前版本的 ruby 并使用以下命令将其设置为当前工作 shell 的 Ruby 版本 2.3
scl enable rh-ruby23 bash