chester:Puppet forge API的最小实现

时间:2021-05-09 04:45:27
【文件属性】:
文件名称:chester:Puppet forge API的最小实现
文件大小:14KB
文件格式:ZIP
更新时间:2021-05-09 04:45:27
Go 切斯特 Puppet forge API的最小实现。 目的 获取一个充满Puppet模块tarball的目录,将其与nginx(或其他版本)一起使用,将/ v3 / releases反向代理给Chester,并将puppet module install到您的心中。 Chester打算使用Puppet模块工具实现安装模块所需的API端点,并推迟到另一个端点以获取tarball。 安装 Linux sudo curl -L " https://github.com/jolshevski/chester/releases/download/1.0.1/darwin_amd64 " -o /usr/bin/chester sudo chmod +x /usr/bin/chester 苹果电脑 sudo curl -L " https://github.com/jolshevski/cheste
【文件预览】:
chester-master
----.travis.yml(1KB)
----integration_test.go(2KB)
----metadata()
--------metadata.go(2KB)
--------metadata_test.go(1KB)
----api()
--------api_test.go(770B)
--------api.go(1KB)
--------release.go(1024B)
----LICENSE(11KB)
----main.go(638B)
----.gitignore(6B)
----Makefile(21B)
----README.md(2KB)
----test_fixtures()
--------stub-module-1.2.3.tar.gz(434B)
----release()
--------factory.go(1KB)
--------release_test.go(2KB)
--------release.go(1KB)

网友评论