文件名称:puppet-module-redmine:在远程节点上安装 redmine 和所有依赖项
文件大小:6KB
文件格式:ZIP
更新时间:2024-07-21 07:51:06
Puppet
用于安装 redmine 的 Puppet 模块 在远程节点上安装 redmine 和所有依赖项。 没有安装网络服务器,因为在 ruby 世界中我们有 WEBrick。 但是如果你有你的服务器,以 puppet 风格作为服务添加,你可以将它作为 service_to_restart 参数传递进去。 需要安装数据库。 允许将 redmine 主题、插件和配置添加为文件。 用法 Redmine安装 class { "redmine" : require = > Database_grant [ "redmine@localhost/redmine" ] , # If you use thin for your ruby. It also could be apache, passenger, mongrel or else. We assume here
【文件预览】:
puppet-module-redmine-master
----manifests()
--------theme.pp(270B)
--------init.pp(4KB)
--------plugin.pp(1KB)
----templates()
--------database.yml.erb(262B)
--------settings.mysql.sql.erb(1KB)
--------command_fetch_changesets.sh.erb(106B)
----LICENSE(1KB)
----README.md(2KB)