我对木偶相当新,我想安装一个不使用木偶伪造的木偶模块。
我有一个类似于puppet forge的页面,我保留了我的模块。我有2个实例,一个是Linux服务器,所以我可以进入,一个可以远程工作。
我已经使用git clone制作了一个分支,我已将我想要的模块复制到该分支内的文件夹中。如何将模块安装到我的Linux服务器中?
当我ssh到我的linux实例时,我收到此消息
puppet module list --tree
/opt/puppet/share/puppet/modules (no modules installed)
答案 0 :(得分:1)
如果您想编写自己的模块,然后在自己的服务器上使用它们, 遵循https://docs.puppetlabs.com/puppet/latest/reference/modules_fundamentals.html
中的指南特别是puppet module generate
对于开始使用骨架很有用。使用框架中的文件(Modulefile,manifests等)构建tar球,然后参考https://docs.puppetlabs.com/puppet/latest/reference/modules_installing.html#installing-from-a-release-tarball安装tarball