puppet-nginx:nginx Web 服务器的 Puppet 模块

时间:2021-06-08 12:01:47
【文件属性】:
文件名称:puppet-nginx:nginx Web 服务器的 Puppet 模块
文件大小:13KB
文件格式:ZIP
更新时间:2021-06-08 12:01:47
Puppet nginx 该模块安装 nginx 并允许管理其配置。 它支持多个虚拟主机和上游配置以及缓存。 该模块将在重新加载 nginx 服务之前测试 nginx 配置,以防止应用不正确的配置。 班级 nginx 这个类安装 nginx 并设置默认的 nginx.conf 文件。 参数 package - 用于指定应该使用哪个版本的包。 有效值: installed 、 absent或特定包版本。 默认值: installed 。 注意:Puppet 不能降级软件包。 service - 确定service的状态。 有效值: running或stopped 。 默认值: running 。 onboot - 是否在启动时启用或禁用服务。 有效值: true或false 。 默认值: true - 启用。 worker_processes - nginx 应该使用多少工作进程。 默认$::
【文件预览】:
puppet-nginx-master
----Modulefile(193B)
----manifests()
--------init.pp(3KB)
--------vhost.pp(271B)
--------snippet.pp(281B)
--------snippet_conf.pp(740B)
--------upstream.pp(442B)
--------upstream_conf.pp(1024B)
--------vhost_conf.pp(2KB)
----templates()
--------nginx.conf.erb(2KB)
--------.gitignore(0B)
--------vhost_conf.erb(2KB)
--------upstream_conf.erb(601B)
----tests()
--------.gitignore(0B)
----.gitignore(6B)
----lib()
--------puppet()
--------.gitignore(0B)
--------facter()
----README.md(8KB)
----files()
--------.gitignore(0B)

网友评论